Class StopEvent<SRC>
java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractMetaDataEvent<org.refcodes.observer.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>, org.refcodes.mixin.ActionAccessor<Enum<?>>, org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>, org.refcodes.mixin.SourceAccessor<SRC>, org.refcodes.observer.ActionEvent<Enum<?>, SRC>, org.refcodes.observer.Event<SRC>, org.refcodes.observer.MetaDataActionEvent<Enum<?>, org.refcodes.observer.EventMetaData, SRC>, org.refcodes.observer.MetaDataEvent<org.refcodes.observer.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 org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>, org.refcodes.mixin.ActionAccessor.ActionMutator<A>, org.refcodes.mixin.ActionAccessor.ActionProperty<A> Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD> Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor
org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC,B>, org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC> -
Field Summary
Fields inherited from class org.refcodes.observer.AbstractMetaDataEvent
_eventMetaData -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newStoppedEvent.Instantiates a newStoppedEvent.StopEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates a newStoppedEvent.Instantiates a newStoppedEvent.Instantiates a newStoppedEvent.Instantiates a newStoppedEvent.Instantiates a newStoppedEvent.Instantiates a newStoppedEvent. -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractMetaDataEvent
getMetaData, toStringMethods inherited from class org.refcodes.observer.AbstractEvent
getSourceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.MetaDataAccessor
getMetaDataMethods inherited from interface org.refcodes.mixin.SourceAccessor
getSourceMethods inherited from interface StopRequestedEvent
getAction
-
Constructor Details
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aEventMetaData- The event's Meta-DataaSource- The according source (origin).
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aSource- The according source (origin).
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aChannel- The channel for theEventMetaData.aSource- The according source (origin).
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aChannel- The channel for theEventMetaData.aPublisherType- The publisher type for theEventMetaData.aSource- The according source (origin).
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData.aGroup- The group for theEventMetaData.aSource- The according source (origin).
-
StopEvent
Instantiates a newStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData.aGroup- The group for theEventMetaData.aChannel- The channel for theEventMetaData.aSource- The according source (origin).
-
StopEvent
public StopEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates a newStoppedEvent.- Parameters:
aAlias- The alias for theEventMetaData.aGroup- The group for theEventMetaData.aChannel- The channel for theEventMetaData.aPublisherType- The publisher type for theEventMetaData.aSource- The according source (origin).
-
StopEvent
public StopEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates a newStoppedEvent.- 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.aSource- The according source (origin).
-