Uses of Interface
org.refcodes.component.ext.observer.GenericInitializedEvent
-
-
Uses of GenericInitializedEvent in org.refcodes.component.ext.observer
Classes in org.refcodes.component.ext.observer with type parameters of type GenericInitializedEvent 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 GenericInitializedEvent Modifier and Type Class Description classInitializedEventImplementation of theLifeCycleStatusEventforLifeCycleStatus.INITIALIZED.
-