Interface LifecycleStatusObserver

All Superinterfaces:
GenericLifecycleStatusObserver<Enum<?>,InitializedEvent,StartedEvent,ResumedEvent,PausedEvent,StoppedEvent,DestroyedEvent,org.refcodes.mixin.EventMetaData,Object>

public interface LifecycleStatusObserver extends GenericLifecycleStatusObserver<Enum<?>,InitializedEvent,StartedEvent,ResumedEvent,PausedEvent,StoppedEvent,DestroyedEvent,org.refcodes.mixin.EventMetaData,Object>
An observer for listening to LifecycleStatusEvent instances.