Uses of Interface
org.refcodes.component.ext.observer.GenericStartedEvent
-
-
Uses of GenericStartedEvent in org.refcodes.component.ext.observer
Classes in org.refcodes.component.ext.observer with type parameters of type GenericStartedEvent Modifier and Type Interface Description interfaceGenericLifeCycleStatusObserver<A,INITED extends GenericInitializedEvent<A,META,SRC>,STARTED extends GenericStartedEvent<A,META,SRC>,RESUMED extends GenericResumedEvent<A,META,SRC>,PAUSED extends GenericPausedEvent<A,META,SRC>,STOPPED extends GenericStoppedEvent<A,META,SRC>,DESTROYED extends GenericDestroyedEvent<A,META,SRC>,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericLifeCycleStatusObserveris signaled uponGenericLifeCycleStatusEventevents.Classes in org.refcodes.component.ext.observer that implement GenericStartedEvent Modifier and Type Class Description classStartedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.STARTED.
-