Eclipse Rich Ajax Platform

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.afterPhase(PhaseEvent event)
           Handle a notification that the processing for a particular phase has just been completed.
 void PhaseListener.beforePhase(PhaseEvent event)
           Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
static boolean PhaseListenerUtil.isPrepareUIRoot(PhaseEvent event)
          Checks whether the given event was thrown in the prepare UI root lifecycle phase.
static boolean PhaseListenerUtil.isProcessAction(PhaseEvent event)
          Checks whether the given event was thrown in the process action lifecycle phase.
static boolean PhaseListenerUtil.isReadData(PhaseEvent event)
          Checks whether the given event was thrown in the read data lifecycle phase.
static boolean PhaseListenerUtil.isRender(PhaseEvent event)
          Checks whether the given event was thrown in the render lifecycle phase.
 


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.