Class ActionMetaDataEventImpl

    • Constructor Detail

      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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-ID) property.
        aPublisherType - The type of the event publisher.
        aSource - The source from which this event originated.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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-ID) property.
        aPublisherType - The type of the event publisher.
        aSource - The source from which this event originated.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

        public ActionMetaDataEventImpl​(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.
      • ActionMetaDataEventImpl

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