Class StopEvent<SRC>
java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractMetaDataEvent<EventMetaData, SRC>
org.refcodes.component.ext.observer.AbstractLifecycleRequestEvent<SRC>
org.refcodes.component.ext.observer.StopEvent<SRC>
- Type Parameters:
SRC- The type of the source in question.
- All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, LifecycleEvent<Enum<?>, SRC>, LifecycleRequestEvent<SRC>, StopRequestedEvent<SRC>, ActionAccessor<Enum<?>>, MetaDataAccessor<EventMetaData>, SourceAccessor<SRC>, ActionEvent<Enum<?>, SRC>, Event<SRC>, MetaDataActionEvent<Enum<?>, EventMetaData, SRC>, MetaDataEvent<EventMetaData, SRC>
public class StopEvent<SRC>
extends AbstractLifecycleRequestEvent<SRC>
implements StopRequestedEvent<SRC>
Implementation of the
LifecycleRequestEvent for
LifecycleRequest.STOP.-
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
ConstructorsConstructorDescriptionInstantiates the classStopEvent.Instantiates the classStopEvent.StopEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStopEvent.Instantiates the classStopEvent.Instantiates the classStopEvent.Instantiates the classStopEvent.StopEvent(EventMetaData aEventMetaData, SRC aSource) Instantiates the classStopEvent.Instantiates the classStopEvent. -
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 StopRequestedEvent
getAction
-
Constructor Details
-
StopEvent
Instantiates the classStopEvent.- See Also:
-
StopEvent
-
StopEvent
Instantiates the classStopEvent.- Parameters:
aChannel- The channel for theEventMetaData.- See Also:
-
StopEvent
Instantiates the classStopEvent.- Parameters:
aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StopEvent
Instantiates the classStopEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData.- See Also:
-
StopEvent
Instantiates the classStopEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData.- See Also:
-
StopEvent
public StopEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classStopEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
StopEvent
public StopEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classStopEvent.- 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:
-