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 extends 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 extends 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 extends 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 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.Instantiates the classStopEvent.Instantiates the classStopEvent. -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractMetaDataEvent
getMetaData, toStringMethods inherited from class org.refcodes.observer.AbstractEvent
getSourceMethods inherited from class java.lang.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 org.refcodes.component.ext.observer.StopRequestedEvent
getAction
-
Constructor Details
-
StopEvent
-
StopEvent
-
StopEvent
-
StopEvent
-
StopEvent
-
StopEvent
-
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:
-