|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.ViewControllerLifeCycleManager
public class ViewControllerLifeCycleManager
The Class ViewControllerLifeCycleManager. Responsible for managing the life cycle of any ViewController
.
Used internally by the jsxp framework.
Here you can find the possible phases of a ViewController
-LifeCyle: ViewControllerLifeCycle.LifeCyclePhase
.
To get information and to react on the traversal of those phases you can implement a PhaseListener
and add him to ViewController.getLifeCycle()
ViewControllerLifeCycle.addPhaseListener(LifeCyclePhase, PhaseListener)
.
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |