org.oddjob.beanbus
Interface BeanBus<T>
- Type Parameters:
T
-
- All Superinterfaces:
- Collection<T>, Iterable<T>
- All Known Implementing Classes:
- BasicBeanBus
public interface BeanBus<T>
- extends Collection<T>
The starting point for something that beans can be dispatched too.
- Author:
- rob
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
startBus
void startBus()
throws BusCrashException
- Throws:
BusCrashException
stopBus
void stopBus()
throws BusCrashException
- Throws:
BusCrashException