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