Package org.refcodes.component
Interface LifeCycleRequestAccessor
-
- All Known Subinterfaces:
LifeCycleRequestAccessor.LifeCycleRequestProperty
public interface LifeCycleRequestAccessorProvides an accessor for aLifeCycleRequestproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLifeCycleRequestAccessor.LifeCycleRequestMutatorProvides a mutator for aLifeCycleRequestproperty.static interfaceLifeCycleRequestAccessor.LifeCycleRequestPropertyProvides aLifeCycleRequestproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleRequestgetLifeCycleRequest()Retrieves theLifeCycleRequestproperty from the property.
-
-
-
Method Detail
-
getLifeCycleRequest
LifeCycleRequest getLifeCycleRequest()
Retrieves theLifeCycleRequestproperty from the property. Determines in whichLifeCycleRequestis being requested for a component.- Returns:
- Returns the
LifeCycleRequestproperty stored by the property.
-
-