Interface ApplicationEvent.ApplicationEventBuilder

  • All Superinterfaces:
    org.refcodes.mixin.ActionAccessor<java.lang.Enum<?>>, org.refcodes.mixin.ActionAccessor.ActionBuilder<java.lang.Enum<?>,ApplicationEvent.ApplicationEventBuilder>, org.refcodes.mixin.ActionAccessor.ActionMutator<java.lang.Enum<?>>, org.refcodes.mixin.ActionAccessor.ActionProperty<java.lang.Enum<?>>, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.AliasAccessor.AliasBuilder<org.refcodes.observer.EventMetaData.EventMetaDataBuilder>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasProperty, ApplicationEvent, org.refcodes.mixin.ChannelAccessor, org.refcodes.mixin.ChannelAccessor.ChannelBuilder<org.refcodes.observer.EventMetaData.EventMetaDataBuilder>, org.refcodes.mixin.ChannelAccessor.ChannelMutator, org.refcodes.mixin.ChannelAccessor.ChannelProperty, org.refcodes.observer.EventMetaData, org.refcodes.observer.EventMetaData.EventMetaDataBuilder, org.refcodes.observer.GenericActionEvent<java.lang.Enum<?>,ApplicationBus>, org.refcodes.observer.GenericActionMetaDataEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>, org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus,ApplicationEvent.ApplicationEventBuilder>, org.refcodes.eventbus.GenericBusEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>, org.refcodes.eventbus.GenericBusEvent.GenericBusEventBuilder<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus,ApplicationEvent.ApplicationEventBuilder>, org.refcodes.observer.GenericEvent<ApplicationBus>, org.refcodes.observer.GenericMetaDataEvent<org.refcodes.observer.EventMetaData,ApplicationBus>, org.refcodes.mixin.GroupAccessor, org.refcodes.mixin.GroupAccessor.GroupBuilder<org.refcodes.observer.EventMetaData.EventMetaDataBuilder>, org.refcodes.mixin.GroupAccessor.GroupMutator, org.refcodes.mixin.GroupAccessor.GroupProperty, org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>, org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<org.refcodes.observer.EventMetaData,ApplicationEvent.ApplicationEventBuilder>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<org.refcodes.observer.EventMetaData>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<org.refcodes.observer.EventMetaData>, org.refcodes.mixin.SourceAccessor<ApplicationBus>, org.refcodes.mixin.UniversalIdAccessor, org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<org.refcodes.observer.EventMetaData.EventMetaDataBuilder>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty
    All Known Implementing Classes:
    ApplicationEventBuilderImpl
    Enclosing interface:
    ApplicationEvent

    public static interface ApplicationEvent.ApplicationEventBuilder
    extends ApplicationEvent, org.refcodes.eventbus.GenericBusEvent.GenericBusEventBuilder<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus,ApplicationEvent.ApplicationEventBuilder>
    Intuitive Meta-Interface for the ApplicationEvent.ApplicationEventBuilder as used by the ApplicationBus.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor

        org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.ChannelAccessor

        org.refcodes.mixin.ChannelAccessor.ChannelBuilder<B extends org.refcodes.mixin.ChannelAccessor.ChannelBuilder<B>>, org.refcodes.mixin.ChannelAccessor.ChannelMutator, org.refcodes.mixin.ChannelAccessor.ChannelProperty
      • Nested classes/interfaces inherited from interface org.refcodes.observer.EventMetaData

        org.refcodes.observer.EventMetaData.EventMetaDataBuilder
      • 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.GroupAccessor

        org.refcodes.mixin.GroupAccessor.GroupBuilder<B extends org.refcodes.mixin.GroupAccessor.GroupBuilder<B>>, org.refcodes.mixin.GroupAccessor.GroupMutator, org.refcodes.mixin.GroupAccessor.GroupProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

        org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends java.lang.Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.UniversalIdAccessor

        org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B extends org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<B>>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator, org.refcodes.mixin.UniversalIdAccessor.UniversalIdProperty
    • Method Summary

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

        setAction
      • Methods inherited from interface org.refcodes.mixin.AliasAccessor

        getAlias
      • Methods inherited from interface org.refcodes.mixin.AliasAccessor.AliasMutator

        setAlias
      • Methods inherited from interface org.refcodes.mixin.ChannelAccessor

        getChannel
      • Methods inherited from interface org.refcodes.mixin.ChannelAccessor.ChannelMutator

        setChannel
      • Methods inherited from interface org.refcodes.observer.EventMetaData

        getPublisherType
      • Methods inherited from interface org.refcodes.observer.EventMetaData.EventMetaDataBuilder

        setPublisherType
      • Methods inherited from interface org.refcodes.observer.GenericActionMetaDataEvent.GenericActionMetaDataEventBuilder

        withAction, withAlias, withChannel, withGroup, withMetaData, withPublisherType, withUniversalId
      • Methods inherited from interface org.refcodes.mixin.GroupAccessor

        getGroup
      • Methods inherited from interface org.refcodes.mixin.GroupAccessor.GroupMutator

        setGroup
      • Methods inherited from interface org.refcodes.mixin.MetaDataAccessor.MetaDataMutator

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

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

        getUniversalId
      • Methods inherited from interface org.refcodes.mixin.UniversalIdAccessor.UniversalIdMutator

        setUniversalId