Uses of Interface
org.refcodes.component.ext.observer.GenericLifeCycleStatusEvent
-
-
Uses of GenericLifeCycleStatusEvent in org.refcodes.component.ext.observer
Subinterfaces of GenericLifeCycleStatusEvent in org.refcodes.component.ext.observer Modifier and Type Interface Description interfaceGenericDestroyedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericDestroyedEventsignals aLifeCycleStatus.DESTROYEDevent.interfaceGenericInitializedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericInitializedEventsignals aLifeCycleStatus.INITIALIZEDevent.interfaceGenericPausedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericPausedEventsignals aLifeCycleStatus.PAUSEDevent.interfaceGenericResumedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericResumedEventsignals aLifeCycleStatus.STARTEDevent.interfaceGenericStartedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericStartedEventsignals aLifeCycleStatus.STARTEDevent.interfaceGenericStoppedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericStoppedEventsignals aLifeCycleStatus.STOPPEDevent.interfaceLifeCycleStatusEventTTheLifeCycleStatusEventindicates theLifeCycleStatusfor a component.Classes in org.refcodes.component.ext.observer that implement GenericLifeCycleStatusEvent Modifier and Type Class Description classAbstractLifeCycleStatusEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericLifeCycleStatusEvent.classDestroyedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.DESTROYED.classInitializedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.INITIALIZED.classPausedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.PAUSED.classResumedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.STARTED.classStartedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.STARTED.classStoppedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.STOPPED.
-