Package org.refcodes.component
Interface LifeCycleRequestAccessor.LifeCycleRequestMutator
-
- All Known Subinterfaces:
LifeCycleRequestAccessor.LifeCycleRequestProperty
- Enclosing interface:
- LifeCycleRequestAccessor
public static interface LifeCycleRequestAccessor.LifeCycleRequestMutatorProvides a mutator for aLifeCycleRequestproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLifeCycleRequest(LifeCycleRequest aLifeCycleRequest)Sets theLifeCycleRequestproperty for the property.
-
-
-
Method Detail
-
setLifeCycleRequest
void setLifeCycleRequest(LifeCycleRequest aLifeCycleRequest)
Sets theLifeCycleRequestproperty for the property.- Parameters:
aLifeCycleRequest- TheLifeCycleRequestproperty to be stored by the property.
-
-