Class StoppedEvent
- All Implemented Interfaces:
GenericLifeCycleStatusEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
,GenericStoppedEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
,LifeCycleStatusEvent
,org.refcodes.component.LifeCycleStatusAccessor
,org.refcodes.mixin.ActionAccessor<Enum<?>>
,org.refcodes.mixin.MetaDataAccessor<org.refcodes.mixin.EventMetaData>
,org.refcodes.mixin.SourceAccessor<Object>
,org.refcodes.observer.ActionEvent
,org.refcodes.observer.Event
,org.refcodes.observer.GenericActionEvent<Enum<?>,Object>
,org.refcodes.observer.GenericActionMetaDataEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
,org.refcodes.observer.GenericEvent<Object>
,org.refcodes.observer.GenericMetaDataEvent<org.refcodes.mixin.EventMetaData,Object>
,org.refcodes.observer.MetaDataActionEvent
,org.refcodes.observer.MetaDataEvent
public class StoppedEvent extends org.refcodes.observer.MetaDataActionEventImpl implements LifeCycleStatusEvent, GenericStoppedEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
Implementation of the
LifeCycleStatusEvent
for
LifeCycleStatus.STOPPED
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
org.refcodes.observer.AbstractMetaDataActionEvent.AbstractActionMetaDataEventBuilder<A extends Object,EM extends org.refcodes.mixin.EventMetaData,SRC extends Object,B extends org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends Object>
Nested classes/interfaces inherited from interface org.refcodes.observer.GenericActionMetaDataEvent
org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A extends Object,EM extends org.refcodes.mixin.EventMetaData,SRC extends Object,B extends org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
Nested classes/interfaces inherited from interface org.refcodes.component.LifeCycleStatusAccessor
org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusBuilder<B extends org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusBuilder<B>>, org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusMutator, org.refcodes.component.LifeCycleStatusAccessor.LifeCycleStatusProperty
Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD extends Object,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD extends Object>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD extends Object>
Nested classes/interfaces inherited from interface org.refcodes.observer.MetaDataActionEvent
org.refcodes.observer.MetaDataActionEvent.ActionMetaDataEventBuilder
-
Field Summary
Fields inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
_eventMetaData
Fields inherited from class org.refcodes.observer.AbstractActionEvent
_action
-
Constructor Summary
Constructors Constructor Description StoppedEvent(Object aSource)
Instantiates a new stopped event.StoppedEvent(String aChannel, Object aSource)
Instantiates a new stopped event.StoppedEvent(org.refcodes.mixin.EventMetaData aEventMetaData, Object aSource)
Instantiates a new stopped event. -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
getMetaData, toString
Methods inherited from class org.refcodes.observer.AbstractActionEvent
getAction
Methods inherited from class org.refcodes.observer.AbstractEvent
getSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.refcodes.mixin.ActionAccessor
getAction
Methods inherited from interface org.refcodes.component.ext.observer.GenericStoppedEvent
getLifeCycleStatus
Methods inherited from interface org.refcodes.mixin.MetaDataAccessor
getMetaData
Methods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
StoppedEvent
Instantiates a new stopped event.- Parameters:
aEventMetaData
- the event Meta-DataaSource
- The according source (origin).
-
StoppedEvent
Instantiates a new stopped event.- Parameters:
aSource
- The according source (origin).
-
StoppedEvent
Instantiates a new stopped event.- Parameters:
aChannel
- The channel for theEventMetaData
.aSource
- The according source (origin).
-