Class StartedEvent<SRC>
java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractMetaDataEvent<EventMetaData, SRC>
org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent<SRC>
org.refcodes.component.ext.observer.StartedEvent<SRC>
- Type Parameters:
SRC- The type of the source in question.
- All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, LifecycleEvent<Enum<?>, SRC>, LifecycleStatusEvent<SRC>, StartAccomplishedEvent<SRC>, ActionAccessor<Enum<?>>, MetaDataAccessor<EventMetaData>, SourceAccessor<SRC>, ActionEvent<Enum<?>, SRC>, Event<SRC>, MetaDataActionEvent<Enum<?>, EventMetaData, SRC>, MetaDataEvent<EventMetaData, SRC>
public class StartedEvent<SRC>
extends AbstractLifecycleStatusEvent<SRC>
implements StartAccomplishedEvent<SRC>
Implementation of the
LifecycleStatusEvent for
LifecycleStatus.STARTED.-
Nested Class Summary
Nested classes/interfaces inherited from interface ActionAccessor
ActionAccessor.ActionBuilder<A,B>, ActionAccessor.ActionMutator<A>, ActionAccessor.ActionProperty<A> Nested classes/interfaces inherited from interface MetaDataAccessor
MetaDataAccessor.MetaDataBuilder<MD,B>, MetaDataAccessor.MetaDataMutator<MD>, MetaDataAccessor.MetaDataProperty<MD> Nested classes/interfaces inherited from interface SourceAccessor
SourceAccessor.SourceBuilder<SRC,B>, SourceAccessor.SourceMutator<SRC>, SourceAccessor.SourceProperty<SRC> -
Field Summary
Fields inherited from class AbstractMetaDataEvent
_eventMetaData -
Constructor Summary
ConstructorsConstructorDescriptionStartedEvent(String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classStartedEvent.Instantiates the classStartedEvent.StartedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStartedEvent.StartedEvent(String aAlias, String aGroup, String aChannel, SRC aSource) Instantiates the classStartedEvent.StartedEvent(String aAlias, String aGroup, SRC aSource) Instantiates the classStartedEvent.StartedEvent(String aChannel, SRC aSource) Instantiates the classStartedEvent.StartedEvent(EventMetaData aEventMetaData, SRC aSource) Instantiates the classStartedEvent.StartedEvent(SRC aSource) Instantiates the classStartedEvent. -
Method Summary
Methods inherited from class AbstractMetaDataEvent
getMetaData, toStringMethods inherited from class AbstractEvent
getSourceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface MetaDataAccessor
getMetaDataMethods inherited from interface SourceAccessor
getSourceMethods inherited from interface StartAccomplishedEvent
getAction
-
Constructor Details
-
StartedEvent
Instantiates the classStartedEvent.- See Also:
-
StartedEvent
-
StartedEvent
Instantiates the classStartedEvent.- Parameters:
aChannel- The channel for theEventMetaData.- See Also:
-
StartedEvent
Instantiates the classStartedEvent.- Parameters:
aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StartedEvent
Instantiates the classStartedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData.- See Also:
-
StartedEvent
Instantiates the classStartedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData.- See Also:
-
StartedEvent
public StartedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classStartedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StartedEvent
public StartedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStartedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aUid- The Universal-TID for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-