Package org.refcodes.eventbus
Interface DispatchStrategyAccessor.DispatchStrategyMutator
-
- All Known Subinterfaces:
DispatchStrategyAccessor.DispatchStrategyProperty
- Enclosing interface:
- DispatchStrategyAccessor
public static interface DispatchStrategyAccessor.DispatchStrategyMutatorProvides a mutator for aDispatchStrategyproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDispatchStrategy(DispatchStrategy aLifeCycle)Sets theDispatchStrategyproperty for the property.
-
-
-
Method Detail
-
setDispatchStrategy
void setDispatchStrategy(DispatchStrategy aLifeCycle)
Sets theDispatchStrategyproperty for the property.- Parameters:
aLifeCycle- TheDispatchStrategyproperty to be stored by the property.
-
-