|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILifeCycle
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 |
---|
void addPhaseListener(PhaseListener listener)
PhaseListener
with the life cycle.
listener
- the listener to be added, must not be null
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 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.