Interface PayloadBusEvent<P>

  • Type Parameters:
    P - The type of the payload to be carried.
    All Superinterfaces:
    org.refcodes.mixin.ActionAccessor<Enum<?>>, ApplicationBusEvent, org.refcodes.observer.GenericActionEvent<Enum<?>,​ApplicationBus>, org.refcodes.observer.GenericActionMetaDataEvent<Enum<?>,​org.refcodes.mixin.EventMetaData,​ApplicationBus>, org.refcodes.observer.GenericActionPayloadEvent<Enum<?>,​P,​ApplicationBus>, org.refcodes.observer.GenericActionPayloadMetaDataEvent<Enum<?>,​P,​org.refcodes.mixin.EventMetaData,​ApplicationBus>, org.refcodes.observer.GenericEvent<ApplicationBus>, org.refcodes.eventbus.GenericEventBusEvent<Enum<?>,​org.refcodes.mixin.EventMetaData,​ApplicationBus>, org.refcodes.observer.GenericMetaDataEvent<org.refcodes.mixin.EventMetaData,​ApplicationBus>, org.refcodes.observer.GenericPayloadEvent<P,​ApplicationBus>, org.refcodes.observer.GenericPayloadMetaDataEvent<P,​org.refcodes.mixin.EventMetaData,​ApplicationBus>, org.refcodes.mixin.MetaDataAccessor<org.refcodes.mixin.EventMetaData>, org.refcodes.mixin.PayloadAccessor<P>, org.refcodes.mixin.SourceAccessor<ApplicationBus>
    All Known Implementing Classes:
    PayloadBusEventImpl

    public interface PayloadBusEvent<P>
    extends org.refcodes.observer.GenericActionPayloadMetaDataEvent<Enum<?>,​P,​org.refcodes.mixin.EventMetaData,​ApplicationBus>, ApplicationBusEvent
    Intuitive Meta-Interface for the PayloadMetaDataActionEvent as used by the ApplicationBus.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  PayloadBusEvent.PayloadEventBuilder<P>
      Intuitive Meta-Interface for the PayloadMetaDataActionEvent.ActionPayloadMetaDataEventBuilder as used by the ApplicationBus.
      • 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.observer.GenericActionPayloadMetaDataEvent

        org.refcodes.observer.GenericActionPayloadMetaDataEvent.GenericActionPayloadMetaDataEventBuilder<A extends Object,​P extends Object,​EM extends org.refcodes.mixin.EventMetaData,​SRC extends Object,​B extends org.refcodes.observer.GenericActionPayloadMetaDataEvent.GenericActionPayloadMetaDataEventBuilder<A,​P,​EM,​SRC,​B>>
      • Nested classes/interfaces inherited from interface org.refcodes.eventbus.GenericEventBusEvent

        org.refcodes.eventbus.GenericEventBusEvent.GenericEventBusEventBuilder<A extends Object,​META extends org.refcodes.mixin.EventMetaData,​SRC extends org.refcodes.eventbus.GenericEventBus<?,​?,​?,​?,​?>,​B extends org.refcodes.eventbus.GenericEventBusEvent.GenericEventBusEventBuilder<A,​META,​SRC,​B>>
      • 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.PayloadAccessor

        org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P extends Object,​B extends org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P,​B>>, org.refcodes.mixin.PayloadAccessor.PayloadMutator<P extends Object>, org.refcodes.mixin.PayloadAccessor.PayloadProperty<P 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>
    • Method Summary

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

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

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

        getPayload, getPayloadOr
      • Methods inherited from interface org.refcodes.mixin.SourceAccessor

        getSource