java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractActionEvent<A,SRC>
org.refcodes.observer.AbstractMetaDataActionEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
org.refcodes.observer.MetaDataActionEventImpl
- All Implemented Interfaces:
org.refcodes.mixin.ActionAccessor<Enum<?>>
,org.refcodes.mixin.MetaDataAccessor<org.refcodes.mixin.EventMetaData>
,org.refcodes.mixin.SourceAccessor<Object>
,ActionEvent
,Event
,GenericActionEvent<Enum<?>,
,Object> GenericActionMetaDataEvent<Enum<?>,
,org.refcodes.mixin.EventMetaData, Object> GenericEvent<Object>
,GenericMetaDataEvent<org.refcodes.mixin.EventMetaData,
,Object> MetaDataActionEvent
,MetaDataEvent
public class MetaDataActionEventImpl
extends AbstractMetaDataActionEvent<Enum<?>,org.refcodes.mixin.EventMetaData,Object>
implements MetaDataActionEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
AbstractMetaDataActionEvent.AbstractActionMetaDataEventBuilder<A,
EM extends org.refcodes.mixin.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 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
GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,
EM extends org.refcodes.mixin.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 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
MetaDataActionEvent.ActionMetaDataEventBuilder
-
Field Summary
Fields inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
_eventMetaData
Fields inherited from class org.refcodes.observer.AbstractActionEvent
_action
-
Constructor Summary
ConstructorDescriptionMetaDataActionEventImpl
(Class<?> aPublisherType, Object aSource) Constructs an event with the according properties.MetaDataActionEventImpl
(Enum<?> aAction, Class<?> aPublisherType, Object aSource) Constructs an event with the according properties.MetaDataActionEventImpl
(Enum<?> aAction, Object aSource) Constructs an event with the given Meta-Data.MetaDataActionEventImpl
(Enum<?> aAction, String aChannel, Object aSource) Constructs an event with the according properties.MetaDataActionEventImpl
(Enum<?> aAction, String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, Object aSource) Constructs an event with the given values for the according properties.MetaDataActionEventImpl
(Enum<?> aAction, org.refcodes.mixin.EventMetaData aEventMetaData, Object aSource) Constructs an event with the given Meta-Data.MetaDataActionEventImpl
(Object aSource) Constructs an event with the given Meta-Data.MetaDataActionEventImpl
(String aChannel, Object aSource) Constructs an event with the according properties.MetaDataActionEventImpl
(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, Object aSource) Constructs an event with the given values for the according properties.MetaDataActionEventImpl
(org.refcodes.mixin.EventMetaData aEventMetaData, Object aSource) Constructs an event with the given Meta-Data. -
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.mixin.MetaDataAccessor
getMetaData
Methods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
MetaDataActionEventImpl
Constructs an event with the according properties.- Parameters:
aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
MetaDataActionEventImpl
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.
-
MetaDataActionEventImpl
public MetaDataActionEventImpl(String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, 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-TID) property.aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
MetaDataActionEventImpl
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.
-
MetaDataActionEventImpl
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.
-
MetaDataActionEventImpl
public MetaDataActionEventImpl(Enum<?> aAction, String aAlias, String aGroup, String aChannel, String aUid, Class<?> aPublisherType, 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-TID) property.aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
MetaDataActionEventImpl
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.
-
MetaDataActionEventImpl
public MetaDataActionEventImpl(Enum<?> aAction, org.refcodes.mixin.EventMetaData aEventMetaData, 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.
-
MetaDataActionEventImpl
Constructs an event with the given Meta-Data.- Parameters:
aAction
- The action which this represents.aSource
- The source from which this event originated.
-
MetaDataActionEventImpl
Constructs an event with the given Meta-Data.- Parameters:
aSource
- The source from which this event originated.
-