Class StoppedEvent<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.StoppedEvent<SRC>
- Type Parameters:
SRC- The type of the source in question.
- All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, LifecycleEvent<Enum<?>, SRC>, LifecycleStatusEvent<SRC>, StopAccomplishedEvent<SRC>, ActionAccessor<Enum<?>>, MetaDataAccessor<EventMetaData>, SourceAccessor<SRC>, ActionEvent<Enum<?>, SRC>, Event<SRC>, MetaDataActionEvent<Enum<?>, EventMetaData, SRC>, MetaDataEvent<EventMetaData, SRC>
public class StoppedEvent<SRC>
extends AbstractLifecycleStatusEvent<SRC>
implements StopAccomplishedEvent<SRC>
Implementation of the
LifecycleStatusEvent for
LifecycleStatus.STOPPED.-
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
ConstructorsConstructorDescriptionStoppedEvent(String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classStoppedEvent.Instantiates the classStoppedEvent.StoppedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStoppedEvent.StoppedEvent(String aAlias, String aGroup, String aChannel, SRC aSource) Instantiates the classStoppedEvent.StoppedEvent(String aAlias, String aGroup, SRC aSource) Instantiates the classStoppedEvent.StoppedEvent(String aChannel, SRC aSource) Instantiates the classStoppedEvent.StoppedEvent(EventMetaData aEventMetaData, SRC aSource) Instantiates the classStoppedEvent.StoppedEvent(SRC aSource) Instantiates the classStoppedEvent. -
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 StopAccomplishedEvent
getAction
-
Constructor Details
-
StoppedEvent
Instantiates the classStoppedEvent.- See Also:
-
StoppedEvent
-
StoppedEvent
Instantiates the classStoppedEvent.- Parameters:
aChannel- The channel for theEventMetaData.- See Also:
-
StoppedEvent
Instantiates the classStoppedEvent.- Parameters:
aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StoppedEvent
Instantiates the classStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData.- See Also:
-
StoppedEvent
Instantiates the classStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData.- See Also:
-
StoppedEvent
public StoppedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StoppedEvent
public StoppedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStoppedEvent.- 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:
-