Class InitializedEvent<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.InitializedEvent<SRC>
- Type Parameters:
SRC- The type of the source in question.
- All Implemented Interfaces:
ComponentEvent<Enum<?>,SRC>, InitializeAccomplishedEvent<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 InitializedEvent<SRC>
extends AbstractLifecycleStatusEvent<SRC>
implements InitializeAccomplishedEvent<SRC>
Implementation of the
LifecycleStatusEvent for
LifecycleStatus.INITIALIZED.-
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
ConstructorsConstructorDescriptionInitializedEvent(String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(String aAlias, String aGroup, String aChannel, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(String aAlias, String aGroup, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(String aChannel, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(EventMetaData aEventMetaData, SRC aSource) Instantiates the classInitializedEvent.InitializedEvent(SRC aSource) Instantiates the classInitializedEvent. -
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 InitializeAccomplishedEvent
getActionMethods inherited from interface MetaDataAccessor
getMetaDataMethods inherited from interface SourceAccessor
getSource
-
Constructor Details
-
InitializedEvent
Instantiates the classInitializedEvent.- See Also:
-
InitializedEvent
-
InitializedEvent
Instantiates the classInitializedEvent.- Parameters:
aChannel- The channel for theEventMetaData.- See Also:
-
InitializedEvent
Instantiates the classInitializedEvent.- Parameters:
aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
InitializedEvent
Instantiates the classInitializedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData.- See Also:
-
InitializedEvent
Instantiates the classInitializedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData.- See Also:
-
InitializedEvent
public InitializedEvent(String aAlias, String aGroup, String aChannel, Class<?> aPublisherType, SRC aSource) Instantiates the classInitializedEvent.- Parameters:
aAlias- The alias for theEventMetaData. *aGroup- The group for theEventMetaData. *aChannel- The channel for theEventMetaData. *aPublisherType- The publisher type for theEventMetaData.- See Also:
-
InitializedEvent
public InitializedEvent(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, SRC aSource) Instantiates the classInitializedEvent.- 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:
-