Module org.refcodes.component
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.
-
-