Class MetaDataActionEventImpl

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
  • Constructor Details

    • MetaDataActionEventImpl

      public MetaDataActionEventImpl​(Class<?> aPublisherType, 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.
    • MetaDataActionEventImpl

      public MetaDataActionEventImpl​(String aChannel, 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.
    • 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

      public MetaDataActionEventImpl​(Enum<?> aAction, Class<?> aPublisherType, 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.
    • MetaDataActionEventImpl

      public MetaDataActionEventImpl​(Enum<?> aAction, String aChannel, 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.
    • 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

      public MetaDataActionEventImpl​(org.refcodes.mixin.EventMetaData aEventMetaData, 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.
    • 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

      public MetaDataActionEventImpl​(Enum<?> aAction, 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.
    • MetaDataActionEventImpl

      public MetaDataActionEventImpl​(Object aSource)
      Constructs an event with the given Meta-Data.
      Parameters:
      aSource - The source from which this event originated.