Package org.refcodes.observer
Class ActionMetaDataEventImpl
- java.lang.Object
-
- org.refcodes.observer.AbstractEvent<SRC>
-
- org.refcodes.observer.AbstractActionEvent<A,SRC>
-
- org.refcodes.observer.AbstractActionMetaDataEvent<java.lang.Enum<?>,EventMetaData,java.lang.Object>
-
- org.refcodes.observer.ActionMetaDataEventImpl
-
- All Implemented Interfaces:
org.refcodes.mixin.ActionAccessor<java.lang.Enum<?>>,org.refcodes.mixin.MetaDataAccessor<java.lang.Enum<?>>,org.refcodes.mixin.SourceAccessor<java.lang.Enum<?>>,ActionEvent,ActionMetaDataEvent,Event,GenericActionEvent<java.lang.Enum<?>,EventMetaData>,GenericActionMetaDataEvent<java.lang.Enum<?>,EventMetaData,java.lang.Object>,GenericEvent<java.lang.Enum<?>>,GenericMetaDataEvent<java.lang.Enum<?>,EventMetaData>,MetaDataEvent
public class ActionMetaDataEventImpl extends AbstractActionMetaDataEvent<java.lang.Enum<?>,EventMetaData,java.lang.Object> implements ActionMetaDataEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.refcodes.observer.AbstractActionMetaDataEvent
AbstractActionMetaDataEvent.AbstractActionMetaDataEventBuilder<A,EM extends EventMetaData,SRC,B extends GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends java.lang.Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends java.lang.Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends java.lang.Object>
-
Nested classes/interfaces inherited from interface org.refcodes.observer.ActionMetaDataEvent
ActionMetaDataEvent.ActionMetaDataEventBuilder
-
Nested classes/interfaces inherited from interface org.refcodes.observer.GenericActionMetaDataEvent
GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM extends EventMetaData,SRC,B extends GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD extends java.lang.Object,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD extends java.lang.Object>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD extends java.lang.Object>
-
-
Field Summary
-
Fields inherited from class org.refcodes.observer.AbstractActionEvent
_action
-
Fields inherited from class org.refcodes.observer.AbstractActionMetaDataEvent
_eventMetaData
-
-
Constructor Summary
Constructors Constructor Description ActionMetaDataEventImpl(java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the according properties.ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the according properties.ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.Object aSource)Constructs an event with the given Meta-Data.ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.String aChannel, java.lang.Object aSource)Constructs an event with the according properties.ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the given values for the according properties.ActionMetaDataEventImpl(java.lang.Enum<?> aAction, EventMetaData aEventMetaData, java.lang.Object aSource)Constructs an event with the given Meta-Data.ActionMetaDataEventImpl(java.lang.Object aSource)Constructs an event with the given Meta-Data.ActionMetaDataEventImpl(java.lang.String aChannel, java.lang.Object aSource)Constructs an event with the according properties.ActionMetaDataEventImpl(java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the given values for the according properties.ActionMetaDataEventImpl(EventMetaData aEventMetaData, java.lang.Object aSource)Constructs an event with the given Meta-Data.
-
Method Summary
-
Methods inherited from class org.refcodes.observer.AbstractActionEvent
getAction
-
Methods inherited from class org.refcodes.observer.AbstractActionMetaDataEvent
getMetaData, toString
-
Methods inherited from class org.refcodes.observer.AbstractEvent
getSource
-
-
-
-
Constructor Detail
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the according properties.- Parameters:
aPublisherType- The type of the event publisher.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.String aChannel, java.lang.Object aSource)Constructs an event with the according properties.- Parameters:
aChannel- The channel name on which the event is receivable.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the given values for the according properties.- Parameters:
aAlias- The alias property.aGroup- The group property.aChannel- The channel property.aUid- The UID (Universal-ID) property.aPublisherType- The type of the event publisher.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the according properties.- Parameters:
aAction- The action which this represents.aPublisherType- The type of the event publisher.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.String aChannel, java.lang.Object aSource)Constructs an event with the according properties.- Parameters:
aAction- The action which this represents.aChannel- The channel name on which the event is receivable.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, java.lang.Object aSource)Constructs an event with the given values for the according properties.- Parameters:
aAction- The action which this represents.aAlias- The alias property.aGroup- The group property.aChannel- The channel property.aUid- The UID (Universal-ID) property.aPublisherType- The type of the event publisher.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(EventMetaData aEventMetaData, java.lang.Object aSource)
Constructs an event with the given Meta-Data.- Parameters:
aEventMetaData- The Meta-Data to by supplied by the event.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Enum<?> aAction, EventMetaData aEventMetaData, java.lang.Object aSource)Constructs an event with the given Meta-Data.- Parameters:
aAction- The action which this represents.aEventMetaData- The Meta-Data to by supplied by the event.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Enum<?> aAction, java.lang.Object aSource)Constructs an event with the given Meta-Data.- Parameters:
aAction- The action which this represents.aSource- The source from which this event originated.
-
ActionMetaDataEventImpl
public ActionMetaDataEventImpl(java.lang.Object aSource)
Constructs an event with the given Meta-Data.- Parameters:
aSource- The source from which this event originated.
-
-