Uses of Interface
org.refcodes.component.ext.observer.GenericStopEvent
-
-
Uses of GenericStopEvent in org.refcodes.component.ext.observer
Classes in org.refcodes.component.ext.observer with type parameters of type GenericStopEvent Modifier and Type Interface Description interfaceGenericLifeCycleRequestObserver<A,INIT extends GenericInitializeEvent<A,META,SRC>,START extends GenericStartEvent<A,META,SRC>,RESUME extends GenericResumeEvent<A,META,SRC>,PAUSE extends GenericPauseEvent<A,META,SRC>,STOP extends GenericStopEvent<A,META,SRC>,DESTROY extends GenericDestroyEvent<A,META,SRC>,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericLifeCycleRequestObserveris signaled uponGenericLifeCycleRequestEventevents.Classes in org.refcodes.component.ext.observer that implement GenericStopEvent Modifier and Type Class Description classStopEventImplementation of theLifeCycleRequestEventforLifeCycleRequest.STOP.
-