|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewControllerLifeCycle.LifeCyclePhase | |
---|---|
org.jsxp.framework |
Uses of ViewControllerLifeCycle.LifeCyclePhase in org.jsxp.framework |
---|
Methods in org.jsxp.framework that return ViewControllerLifeCycle.LifeCyclePhase | |
---|---|
ViewControllerLifeCycle.LifeCyclePhase |
ViewControllerLifeCycle.getLifeCyclePhase()
Gets the life cycle phase. |
static ViewControllerLifeCycle.LifeCyclePhase |
ViewControllerLifeCycle.LifeCyclePhase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewControllerLifeCycle.LifeCyclePhase[] |
ViewControllerLifeCycle.LifeCyclePhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jsxp.framework with parameters of type ViewControllerLifeCycle.LifeCyclePhase | |
---|---|
void |
ViewControllerLifeCycle.addPhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase,
PhaseListener observer)
Adds the phase listener. |
void |
PhaseListener.afterPhase(ViewControllerLifeCycle.LifeCyclePhase phase)
After phase. |
void |
PhaseListener.beforePhase(ViewControllerLifeCycle.LifeCyclePhase phase)
Before phase. |
void |
ViewControllerLifeCycle.removePhaseListener(ViewControllerLifeCycle.LifeCyclePhase phase,
PhaseListener observer)
Removes the phase listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |