GWTP Dispatch client 0.6-redhat-2

Uses of Package
com.gwtplatform.dispatch.client.actionhandler

Packages that use com.gwtplatform.dispatch.client.actionhandler
com.gwtplatform.dispatch.client   
com.gwtplatform.dispatch.client.actionhandler   
com.gwtplatform.dispatch.client.actionhandler.caching   
com.gwtplatform.dispatch.client.gin   
 

Classes in com.gwtplatform.dispatch.client.actionhandler used by com.gwtplatform.dispatch.client
ClientActionHandlerRegistry
          Implementations of this interface will be used by DispatchAsync implementation to find client-side action handlers.
 

Classes in com.gwtplatform.dispatch.client.actionhandler used by com.gwtplatform.dispatch.client.actionhandler
ClientActionHandler
          Instances of this interface will handle specific types of Action classes on the client.
ClientActionHandlerRegistry
          Implementations of this interface will be used by DispatchAsync implementation to find client-side action handlers.
ExecuteCommand
          The interface that ClientActionHandlers use to send the action to execute to the server over gwt-rpc.
UndoCommand
          The interface that ClientActionHandlers use to send the action to undo to the server over gwt-rpc.
 

Classes in com.gwtplatform.dispatch.client.actionhandler used by com.gwtplatform.dispatch.client.actionhandler.caching
AbstractClientActionHandler
          Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
ClientActionHandler
          Instances of this interface will handle specific types of Action classes on the client.
ExecuteCommand
          The interface that ClientActionHandlers use to send the action to execute to the server over gwt-rpc.
UndoCommand
          The interface that ClientActionHandlers use to send the action to undo to the server over gwt-rpc.
 

Classes in com.gwtplatform.dispatch.client.actionhandler used by com.gwtplatform.dispatch.client.gin
ClientActionHandlerRegistry
          Implementations of this interface will be used by DispatchAsync implementation to find client-side action handlers.
 


GWTP Dispatch client 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.