Module org.refcodes.component
Package org.refcodes.component
Interface LifecycleRequestAccessor.LifecycleRequestMutator
- All Known Subinterfaces:
LifecycleRequestAccessor.LifecycleRequestProperty
- Enclosing interface:
- LifecycleRequestAccessor
public static interface LifecycleRequestAccessor.LifecycleRequestMutator
Provides a mutator for a
LifecycleRequest property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLifecycleRequest(LifecycleRequest aLifecycleRequest) Sets theLifecycleRequestproperty for the property.
-
Method Details
-
setLifecycleRequest
Sets theLifecycleRequestproperty for the property.- Parameters:
aLifecycleRequest- TheLifecycleRequestproperty to be stored by the property.
-