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

Method Summary
 void startBus()
           
 void stopBus()
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

startBus

void startBus()
              throws BusCrashException
Throws:
BusCrashException

stopBus

void stopBus()
             throws BusCrashException
Throws:
BusCrashException