Package org.refcodes.eventbus
Interface BusObserver
-
- All Superinterfaces:
org.refcodes.observer.Observer<BusEvent>
public interface BusObserver extends org.refcodes.observer.Observer<BusEvent>
A convenience definition of anObserverfor the ready to use out of the boxEventBusImplimplementation of the genericGenericEventBusdefinition.