|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycleControllerSetterGetterItf
Interface for managing the reference towards the lifecycle controller. This interface allows optimizing the access to the lifecycle controller from a component. Instead of getting the membrane, and then the lifecycle controller interface (which is bound with an export binding to the primitive component which implements the lifecycle controller), this interface provides a direct access to the lifecycle controller.
Method Summary | |
---|---|
LifeCycleControllerItf |
getFcLifeCycleController()
Provides the reference of the lifecycle controller used. |
void |
setFcLifeCycleController(LifeCycleControllerItf _lc)
Defines the lifecycle controller to use. |
Method Detail |
---|
LifeCycleControllerItf getFcLifeCycleController()
void setFcLifeCycleController(LifeCycleControllerItf _lc)
_lc
- the reference of the lifecycle controller to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |