GWTP Dispatch Server Base 0.6-redhat-2

Uses of Interface
com.gwtplatform.dispatch.server.ExecutionContext

Packages that use ExecutionContext
com.gwtplatform.dispatch.server.actionhandler   
 

Uses of ExecutionContext in com.gwtplatform.dispatch.server.actionhandler
 

Methods in com.gwtplatform.dispatch.server.actionhandler with parameters of type ExecutionContext
 R ActionHandler.execute(A action, ExecutionContext context)
          Handles the specified action.
 BatchResult BatchActionHandler.execute(BatchAction action, ExecutionContext context)
           
 void ActionHandler.undo(A action, R result, ExecutionContext context)
          Undoes the specified action.
 void BatchActionHandler.undo(BatchAction action, BatchResult result, ExecutionContext context)
           
 


GWTP Dispatch Server Base 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.