org.jsxp.framework
Class ViewControllerLifeCycleManager

java.lang.Object
  extended by org.jsxp.framework.ViewControllerLifeCycleManager

public class ViewControllerLifeCycleManager
extends java.lang.Object

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
 



Copyright © 2012 Oliver Szymanski & David Tanzer