Interface GenericLifeCycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
-
- Type Parameters:
A- The type of the action stored in the event.META- The type of the EventMetaDataSRC- The type of the source in question.
- All Superinterfaces:
org.refcodes.mixin.ActionAccessor<A>,org.refcodes.observer.GenericActionEvent<A,SRC>,org.refcodes.observer.GenericActionMetaDataEvent<A,META,SRC>,org.refcodes.observer.GenericEvent<SRC>,org.refcodes.observer.GenericMetaDataEvent<META,SRC>,org.refcodes.component.LifeCycleStatusAccessor,org.refcodes.mixin.MetaDataAccessor<META>,org.refcodes.mixin.SourceAccessor<SRC>
- All Known Subinterfaces:
GenericDestroyedEvent<A,META,SRC>,GenericInitializedEvent<A,META,SRC>,GenericPausedEvent<A,META,SRC>,GenericResumedEvent<A,META,SRC>,GenericStartedEvent<A,META,SRC>,GenericStoppedEvent<A,META,SRC>,LifeCycleStatusEvent
- All Known Implementing Classes:
AbstractLifeCycleStatusEvent,DestroyedEvent,InitializedEvent,PausedEvent,ResumedEvent,StartedEvent,StoppedEvent
public interface GenericLifeCycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC> extends org.refcodes.component.LifeCycleStatusAccessor, org.refcodes.observer.GenericActionMetaDataEvent<A,META,SRC>TheGenericLifeCycleStatusEventindicates theLifeCycleStatusfor a component.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.observer.GenericActionMetaDataEvent
org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A extends Object,EM extends org.refcodes.mixin.EventMetaData,SRC extends Object,B extends org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.component.LifeCycleStatusAccessor
org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusBuilder<B extends org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusBuilder<B>>, org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusMutator, org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusProperty
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD extends Object,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD extends Object>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD extends Object>
-
-