Interface ApplicationEvent
-
- All Superinterfaces:
org.refcodes.mixin.ActionAccessor<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.eventbus.GenericBusEvent<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>
,org.refcodes.mixin.MetaDataAccessor<java.lang.Enum<?>>
,org.refcodes.mixin.SourceAccessor<java.lang.Enum<?>>
- All Known Subinterfaces:
ApplicationEvent.ApplicationEventBuilder
,ExceptionBusEvent
,LifeCycleBusEvent
,MessageBusEvent
,PayloadBusEvent<P>
,PropertiesBusEvent
- All Known Implementing Classes:
ApplicationEventBuilderImpl
,ApplicationEventImpl
,DestroyBusEvent
,ExceptionBusEventImpl
,InitializeBusEvent
,MessageBusEventImpl
,PauseBusEvent
,PayloadBusEventImpl
,PropertiesBusEventImpl
,ResumeBusEvent
,StartBusEvent
,StopBusEvent
public interface ApplicationEvent extends org.refcodes.eventbus.GenericBusEvent<java.lang.Enum<?>,org.refcodes.observer.EventMetaData,ApplicationBus>
Intuitive Meta-Interface for theApplicationEvent
as used by theApplicationBus
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ApplicationEvent.ApplicationEventBuilder
Intuitive Meta-Interface for theApplicationEvent.ApplicationEventBuilder
as used by theApplicationBus
.-
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.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>
-
-