Interface LifecycleBusObserver

All Superinterfaces:
org.refcodes.component.ext.observer.GenericLifecycleRequestObserver<Enum<?>,InitializeBusEvent,StartBusEvent,ResumeBusEvent,PauseBusEvent,StopBusEvent,DestroyBusEvent,org.refcodes.mixin.EventMetaData,ApplicationBus>

public interface LifecycleBusObserver extends org.refcodes.component.ext.observer.GenericLifecycleRequestObserver<Enum<?>,InitializeBusEvent,StartBusEvent,ResumeBusEvent,PauseBusEvent,StopBusEvent,DestroyBusEvent,org.refcodes.mixin.EventMetaData,ApplicationBus>
An observer for listening to LifecycleBusEvent instances. The various lifecycle methods have a default implementation, so just implement those methods on which's events you are interested.