Package org.refcodes.eventbus
Interface DispatchStrategyAccessor
-
- All Known Subinterfaces:
DispatchStrategyAccessor.DispatchStrategyProperty,EventBus,GenericEventBus<E,O,MATCH,META,H>
- All Known Implementing Classes:
AbstractEventBus,EventBusImpl
public interface DispatchStrategyAccessorProvides an accessor for aDispatchStrategyproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDispatchStrategyAccessor.DispatchStrategyMutatorProvides a mutator for aDispatchStrategyproperty.static interfaceDispatchStrategyAccessor.DispatchStrategyPropertyProvides aDispatchStrategyproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DispatchStrategygetDispatchStrategy()Retrieves theDispatchStrategyproperty from the property.
-
-
-
Method Detail
-
getDispatchStrategy
DispatchStrategy getDispatchStrategy()
Retrieves theDispatchStrategyproperty from the property. Determines in whichDispatchStrategystatus a component is in.- Returns:
- Returns the
DispatchStrategyproperty stored by the property.
-
-