Class DestroyedEvent<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.DestroyedEvent<SRC>
- Type Parameters:
SRC- The type of the source in question.
- All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, DestroyAccomplishedEvent<SRC>, LifecycleEvent<Enum<?>, SRC>, LifecycleStatusEvent<SRC>, ActionAccessor<Enum<?>>, MetaDataAccessor<EventMetaData>, SourceAccessor<SRC>, ActionEvent<Enum<?>, SRC>, Event<SRC>, MetaDataActionEvent<Enum<?>, EventMetaData, SRC>, MetaDataEvent<EventMetaData, SRC>
public class DestroyedEvent<SRC>
extends AbstractLifecycleStatusEvent<SRC>
implements DestroyAccomplishedEvent<SRC>
Implementation of the
LifecycleStatusEvent for
LifecycleStatus.DESTROYED.-
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
ConstructorsConstructorDescriptionDestroyedEvent(String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classDestroyedEvent.Instantiates the classDestroyedEvent.DestroyedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classDestroyedEvent.DestroyedEvent(String aAlias, String aGroup, String aChannel, SRC aSource) Instantiates the classDestroyedEvent.DestroyedEvent(String aAlias, String aGroup, SRC aSource) Instantiates the classDestroyedEvent.DestroyedEvent(String aChannel, SRC aSource) Instantiates the classDestroyedEvent.DestroyedEvent(EventMetaData aEventMetaData, SRC aSource) Instantiates the classDestroyedEvent.DestroyedEvent(SRC aSource) Instantiates the classDestroyedEvent. -
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 DestroyAccomplishedEvent
getActionMethods inherited from interface MetaDataAccessor
getMetaDataMethods inherited from interface SourceAccessor
getSource
-
Constructor Details
-
DestroyedEvent
Instantiates the classDestroyedEvent.- See Also:
-
DestroyedEvent
-
DestroyedEvent
Instantiates the classDestroyedEvent.- Parameters:
aChannel- The channel for theEventMetaData.- See Also:
-
DestroyedEvent
Instantiates the classDestroyedEvent.- Parameters:
aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
DestroyedEvent
Instantiates the classDestroyedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData.- See Also:
-
DestroyedEvent
Instantiates the classDestroyedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData.- See Also:
-
DestroyedEvent
public DestroyedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classDestroyedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
DestroyedEvent
public DestroyedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classDestroyedEvent.- 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:
-