PhaseListener

Identifier:
org.eclipse.rap.ui.phaselistener

Since:
RAP 1.0

Description:
The extension point is used to register a PhaseListener implementation. PhaseListeners are objects that are registered to be notified at the beginning and ending of each phase of the request processing lifecycle (see ILifeCycle). Extensions should provide a class that implements org.eclipse.rwt.lifecycle.PhaseListener.

Configuration Markup:

<!ELEMENT extension (listener+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT listener EMPTY>

<!ATTLIST listener

class CDATA #REQUIRED>


Examples:

<extension
    id="org.eclipse.rap.demo.phaselistenerextension"
    point="org.eclipse.rap.ui.phaselistener">
  <entrypoint
     id="org.eclipse.rap.demo.phaselistener"
        class="org.eclipse.rap.demo.DemoPhaseListener" />
  </extension>


Copyright (c) 2007, 2010 Innoopract Informationssysteme GmbH and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html