Interface LifecycleStatusEvent<SRC>

Type Parameters:
SRC - The type of the source in question.
All Superinterfaces:
org.refcodes.mixin.ActionAccessor<Enum<?>>, org.refcodes.observer.ActionEvent<Enum<?>,SRC>, ComponentEvent<Enum<?>,SRC>, org.refcodes.observer.Event<SRC>, LifecycleEvent<Enum<?>,SRC>, org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>, org.refcodes.observer.MetaDataActionEvent<Enum<?>,org.refcodes.observer.EventMetaData,SRC>, org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,SRC>, org.refcodes.mixin.SourceAccessor<SRC>
All Known Subinterfaces:
DestroyAccomplishedEvent<SRC>, InitializeAccomplishedEvent<SRC>, PauseAccomplishedEvent<SRC>, ResumeAccomplishedEvent<SRC>, StartAccomplishedEvent<SRC>, StopAccomplishedEvent<SRC>
All Known Implementing Classes:
AbstractLifecycleStatusEvent, DestroyedEvent, InitializedEvent, PausedEvent, ResumedEvent, StartedEvent, StoppedEvent

public interface LifecycleStatusEvent<SRC> extends LifecycleEvent<Enum<?>,SRC>
TThe LifecycleStatusEvent indicates the LifecycleStatus for a component.