ApplicationConfiguration
. For new applications and custom widgets, consider
the (still internal) RemoteObject
API which is going to replace
PhaseListener.@Deprecated
public interface ILifeCycle
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:
Application.addPhaseListener(PhaseListener)
Modifier and Type | Method and Description |
---|---|
void |
addPhaseListener(PhaseListener listener)
Deprecated.
Registers a
PhaseListener with the life cycle. |
void |
removePhaseListener(PhaseListener listener)
Deprecated.
Removes a
PhaseListener from the life cycle. |
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
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0