Class StartBusEvent

  • All Implemented Interfaces:
    org.refcodes.component.ext.observer.GenericLifeCycleRequestEvent<Enum<?>,org.refcodes.mixin.EventMetaData,ApplicationBus>, org.refcodes.component.ext.observer.GenericStartEvent<Enum<?>,org.refcodes.mixin.EventMetaData,ApplicationBus>, org.refcodes.component.LifeCycleRequestAccessor, ApplicationEvent, LifeCycleBusEvent, org.refcodes.eventbus.GenericBusEvent<Enum<?>,org.refcodes.mixin.EventMetaData,ApplicationBus>, org.refcodes.mixin.ActionAccessor<Enum<?>>, org.refcodes.mixin.MetaDataAccessor<Enum<?>>, org.refcodes.mixin.SourceAccessor<Enum<?>>, org.refcodes.observer.GenericActionEvent<Enum<?>,org.refcodes.mixin.EventMetaData>, org.refcodes.observer.GenericActionMetaDataEvent<Enum<?>,org.refcodes.mixin.EventMetaData,ApplicationBus>, org.refcodes.observer.GenericEvent<Enum<?>>, org.refcodes.observer.GenericMetaDataEvent<Enum<?>,org.refcodes.mixin.EventMetaData>


    public class StartBusEvent
    extends ApplicationEventImpl
    implements LifeCycleBusEvent, org.refcodes.component.ext.observer.GenericStartEvent<Enum<?>,org.refcodes.mixin.EventMetaData,ApplicationBus>
    Implementation of the LifeCycleBusEvent for LifeCycleRequest.START.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.refcodes.observer.AbstractActionMetaDataEvent

        org.refcodes.observer.AbstractActionMetaDataEvent.AbstractActionMetaDataEventBuilder<A extends Object,EM extends org.refcodes.mixin.EventMetaData,SRC extends 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 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

        org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<A extends Object,EM extends org.refcodes.mixin.EventMetaData,SRC extends 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 Object,META extends org.refcodes.mixin.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.component.LifeCycleRequestAccessor

        org.refcodes.component.LifeCycleRequestAccessor.LifeCycleRequestMutator, org.refcodes.component.LifeCycleRequestAccessor.LifeCycleRequestProperty
      • 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.mixin.SourceAccessor

        org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
    • Field Summary

      • Fields inherited from class org.refcodes.observer.AbstractActionEvent

        _action
      • Fields inherited from class org.refcodes.observer.AbstractActionMetaDataEvent

        _eventMetaData
    • Method Summary

      • Methods inherited from class org.refcodes.observer.AbstractActionEvent

        getAction
      • Methods inherited from class org.refcodes.observer.AbstractActionMetaDataEvent

        getMetaData, toString
      • Methods inherited from class org.refcodes.observer.AbstractEvent

        getSource
      • Methods inherited from interface org.refcodes.mixin.ActionAccessor

        getAction
      • Methods inherited from interface org.refcodes.component.ext.observer.GenericStartEvent

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

        getMetaData
      • Methods inherited from interface org.refcodes.mixin.SourceAccessor

        getSource
    • Constructor Detail

      • StartBusEvent

        public StartBusEvent​(org.refcodes.mixin.EventMetaData aEventMetaData,
                             ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aEventMetaData - the event Meta-Data
        aSource - The according source (origin).
      • StartBusEvent

        public StartBusEvent​(ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aSource - The according source (origin).
      • StartBusEvent

        public StartBusEvent​(String aChannel,
                             ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aChannel - The channel for the EventMetaData.
        aSource - The according source (origin).
      • StartBusEvent

        public StartBusEvent​(Class<?> aPublisherType,
                             ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aPublisherType - The publisher type for the EventMetaData.
        aSource - The according source (origin).
      • StartBusEvent

        public StartBusEvent​(String aAlias,
                             String aGroup,
                             String aChannel,
                             String aUid,
                             Class<?> aPublisherType,
                             ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aAlias - The alias for the EventMetaData.
        aGroup - The group for the EventMetaData.
        aChannel - The channel for the EventMetaData.
        aUid - The Universal-ID for the EventMetaData.
        aPublisherType - The name for the EventMetaData.
        aSource - The according source (origin).
      • StartBusEvent

        public StartBusEvent​(String aChannel,
                             Class<?> aPublisherType,
                             ApplicationBus aSource)
        Instantiates a new start event.
        Parameters:
        aChannel - The channel for the EventMetaData.
        aPublisherType - The name for the EventMetaData.
        aSource - The according source (origin).