Class ActionMetaDataEventImpl

    • 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 interface org.refcodes.mixin.ActionAccessor

        getAction
      • Methods inherited from interface org.refcodes.mixin.MetaDataAccessor

        getMetaData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.refcodes.mixin.SourceAccessor

        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.