Uses of Interface
org.refcodes.eventbus.GenericEventBus
-
-
Uses of GenericEventBus in org.refcodes.eventbus
Classes in org.refcodes.eventbus with type parameters of type GenericEventBus Modifier and Type Interface Description interfaceGenericBusEvent<A,META extends org.refcodes.observer.EventMetaData,SRC extends GenericEventBus<?,?,?,?,?>>Intuitive Meta-Interface for theGenericActionMetaDataEventas used by theEventBus.static interfaceGenericBusEvent.GenericBusEventBuilder<A,META extends org.refcodes.observer.EventMetaData,SRC extends GenericEventBus<?,?,?,?,?>,B extends GenericBusEvent.GenericBusEventBuilder<A,META,SRC,B>>Intuitive Meta-Interface for theGenericBusEvent.GenericBusEventBuilderas used by theGenericEventBus.Subinterfaces of GenericEventBus in org.refcodes.eventbus Modifier and Type Interface Description interfaceEventBusTheEventBusdefines a predefinedGenericEventBustailored to use theActionMetaDataEventas event type to use.Classes in org.refcodes.eventbus that implement GenericEventBus Modifier and Type Class Description classAbstractEventBus<E extends org.refcodes.observer.GenericEvent<?>,O extends org.refcodes.observer.Observer<E>,MATCH extends org.refcodes.observer.EventMatcher<E>,META extends org.refcodes.observer.EventMetaData,H>The Class AbstractEventBus.classEventBusImplTheEventBusImplis a ready to use implementation of aEventBususing a defaultDispatchStrategybeingDispatchStrategy.CASCADEand extending theAbstractEventBus.
-