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