|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the life cycle of a request. It is not intended to be implemented by clients.
RWT divides the life cycle of an HTTP request into different phases that are executed sequentially. Each phase has its special purpose and creates the prerequisites needed by the following phases for proper execution.
The phases are:
Method Summary | |
void |
addPhaseListener(PhaseListener listener)
Registers a PhaseListener with the life cycle. |
void |
removePhaseListener(PhaseListener listener)
Removes a PhaseListener from the life cycle. |
Method Detail |
public void addPhaseListener(PhaseListener listener)
PhaseListener
with the life cycle.
listener
- the listener to be added, must not be null
public void removePhaseListener(PhaseListener listener)
PhaseListener
from the life cycle. Has no effect
if an identical listener is not yet registered.
listener
- the listener to be removed, must not be null
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.