|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.ViewControllerLifeCycle
public class ViewControllerLifeCycle
The Class ViewControllerLifeCycle. Get access to the life cycle of a view Controller by calling
ViewController.getLifeCycle()
ViewController
Nested Class Summary | |
---|---|
static class |
ViewControllerLifeCycle.LifeCyclePhase
The Enum LifeCyclePhase. |
Method Summary | |
---|---|
void |
addPhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase,
PhaseListener observer)
Adds the phase listener. |
ViewControllerLifeCycle.LifeCyclePhase |
getLifeCyclePhase()
Gets the life cycle phase. |
void |
removePhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase,
PhaseListener observer)
Removes the phase listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addPhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase, PhaseListener observer)
phase
- the phaseobserver
- the observerpublic final ViewControllerLifeCycle.LifeCyclePhase getLifeCyclePhase()
public void removePhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase, PhaseListener observer)
phase
- the phaseobserver
- the observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |