Class PropertiesBusEventImpl
- java.lang.Object
-
- org.refcodes.observer.AbstractEvent<SRC>
-
- org.refcodes.observer.AbstractActionEvent<A,SRC>
-
- org.refcodes.observer.AbstractActionMetaDataEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>
-
- org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
- org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
- All Implemented Interfaces:
org.refcodes.configuration.PropertiesAccessor
,ApplicationEvent
,PropertiesBusEvent
,org.refcodes.eventbus.GenericBusEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>
,org.refcodes.mixin.ActionAccessor<java.lang.Enum<?>>
,org.refcodes.mixin.MetaDataAccessor<java.lang.Enum<?>>
,org.refcodes.mixin.SourceAccessor<java.lang.Enum<?>>
,org.refcodes.observer.GenericActionEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData>
,org.refcodes.observer.GenericActionMetaDataEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>
,org.refcodes.observer.GenericEvent<java.lang.Enum<?>>
,org.refcodes.observer.GenericMetaDataEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData>
- Direct Known Subclasses:
InitializeBusEvent
public class PropertiesBusEventImpl extends ApplicationEventImpl implements PropertiesBusEvent
Implementation of thePropertiesBusEvent
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.refcodes.observer.AbstractActionMetaDataEvent
org.refcodes.observer.AbstractActionMetaDataEvent.AbstractActionMetaDataEventBuilder<A extends java.lang.Object,EM extends org.refcodes.observer.EventMetaData,SRC extends java.lang.Object,B extends org.refcodes.observer.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.eventbus.ext.application.ApplicationEvent
ApplicationEvent.ApplicationEventBuilder
-
Nested classes/interfaces inherited from interface org.refcodes.observer.GenericActionMetaDataEvent
org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A extends java.lang.Object,EM extends org.refcodes.observer.EventMetaData,SRC extends java.lang.Object,B extends org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A,EM,SRC,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.eventbus.GenericBusEvent
org.refcodes.eventbus.GenericBusEvent.GenericBusEventBuilder<A extends java.lang.Object,META extends org.refcodes.observer.EventMetaData,SRC extends org.refcodes.eventbus.GenericEventBus<?,?,?,?,?>,B extends org.refcodes.eventbus.GenericBusEvent.GenericBusEventBuilder<A,META,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>
-
Nested classes/interfaces inherited from interface org.refcodes.configuration.PropertiesAccessor
org.refcodes.configuration.PropertiesAccessor.PropertiesBuilder<B extends org.refcodes.configuration.PropertiesAccessor.PropertiesBuilder<B>>, org.refcodes.configuration.PropertiesAccessor.PropertiesMutator, org.refcodes.configuration.PropertiesAccessor.PropertiesProperty
-
-
Constructor Summary
Constructors Constructor Description PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, ApplicationBus aSource)
Constructs an event with the given Meta-Data.PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, org.refcodes.observer.EventMetaData aEventMetaData, ApplicationBus aSource)
Constructs an event with the given Meta-Data.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, ApplicationBus aSource)
Constructs an event with the given Meta-Data.PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, org.refcodes.observer.EventMetaData aEventMetaData, ApplicationBus aSource)
Constructs an event with the given Meta-Data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.refcodes.configuration.Properties
getProperties()
-
Methods inherited from class org.refcodes.observer.AbstractActionMetaDataEvent
getMetaData, toString
-
-
-
-
Constructor Detail
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.- Parameters:
aProperties
- The properties to carry.aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, org.refcodes.observer.EventMetaData aEventMetaData, ApplicationBus aSource)
Constructs an event with the given Meta-Data.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.aEventMetaData
- The Meta-Data to by supplied by the event.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, ApplicationBus aSource)
Constructs an event with the given Meta-Data.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.aChannel
- The channel name on which the event is receivable.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.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.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, org.refcodes.observer.EventMetaData aEventMetaData, ApplicationBus aSource)
Constructs an event with the given Meta-Data.- Parameters:
aProperties
- The properties to carry.aEventMetaData
- The Meta-Data to by supplied by the event.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, ApplicationBus aSource)
Constructs an event with the given Meta-Data.- Parameters:
aProperties
- The properties to carry.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, ApplicationBus aSource)
Constructs an event with predefined values for the according properties retrieved from the caller's class.- Parameters:
aProperties
- The properties to carry.aChannel
- The channel name on which the event is receivable.aSource
- The source from which this event originated.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aAlias, java.lang.String aGroup, java.lang.String aChannel, java.lang.String aUid, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.- Parameters:
aProperties
- The properties to carry.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.
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.- Parameters:
aProperties
- The properties to carry.aChannel
- The channel for theEventMetaData
.aPublisherType
- The name for theEventMetaData
.aSource
- The according source (origin).
-
PropertiesBusEventImpl
public PropertiesBusEventImpl(java.lang.Enum<?> aAction, org.refcodes.configuration.Properties aProperties, java.lang.String aChannel, java.lang.Class<?> aPublisherType, ApplicationBus aSource)
Constructs an event with the given values for the according properties.- Parameters:
aAction
- The action which this represents.aProperties
- The properties to carry.aChannel
- The channel property.aPublisherType
- The type of the event publisher.aSource
- The source from which this event originated.
-
-