Package org.refcodes.component
Interface LifeCycleRequestAccessor
-
- All Known Subinterfaces:
LifeCycleRequestAccessor.LifeCycleRequestProperty
public interface LifeCycleRequestAccessor
Provides an accessor for aLifeCycleRequest
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LifeCycleRequestAccessor.LifeCycleRequestMutator
Provides a mutator for aLifeCycleRequest
property.static interface
LifeCycleRequestAccessor.LifeCycleRequestProperty
Provides aLifeCycleRequest
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleRequest
getLifeCycleRequest()
Retrieves theLifeCycleRequest
property from the property.
-
-
-
Method Detail
-
getLifeCycleRequest
LifeCycleRequest getLifeCycleRequest()
Retrieves theLifeCycleRequest
property from the property. Determines in whichLifeCycleRequest
is being requested for a component.- Returns:
- Returns the
LifeCycleRequest
property stored by the property.
-
-