Eclipse Rich Ajax Platform
Release 1.3

Uses of Class
org.eclipse.rwt.lifecycle.PhaseEvent

Packages that use PhaseEvent
org.eclipse.rwt.lifecycle   
 

Uses of PhaseEvent in org.eclipse.rwt.lifecycle
 

Methods in org.eclipse.rwt.lifecycle with parameters of type PhaseEvent
 void PhaseListener.beforePhase(PhaseEvent event)
           Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
 void PhaseListener.afterPhase(PhaseEvent event)
           Handle a notification that the processing for a particular phase has just been completed.
static boolean PhaseListenerUtil.isReadData(PhaseEvent event)
          Checks whether the given event was thrown in the read data lifecycle phase.
static boolean PhaseListenerUtil.isProcessAction(PhaseEvent event)
          Checks whether the given event was thrown in the process action lifecycle phase.
static boolean PhaseListenerUtil.isRender(PhaseEvent event)
          Checks whether the given event was thrown in the render lifecycle phase.
static boolean PhaseListenerUtil.isPrepareUIRoot(PhaseEvent event)
          Checks whether the given event was thrown in the prepare UI root lifecycle phase.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.