org.oddjob.beanbus
Interface BeanBus

All Superinterfaces:
BusNotifier, Runnable, StageNotifier
All Known Implementing Classes:
SimpleBus

public interface BeanBus
extends Runnable, BusNotifier, StageNotifier


Method Summary
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.oddjob.beanbus.BusNotifier
addBusListener, removeBusListener
 
Methods inherited from interface org.oddjob.beanbus.StageNotifier
addStageListener, removeStageListener
 

Method Detail

stop

void stop()