GWTP Dispatch client 0.7-redhat-1

Package com.gwtplatform.dispatch.client.actionhandler

Interface Summary
ClientActionHandler<A extends Action<R>,R extends Result> 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<A extends Action<R>,R extends Result> The interface that ClientActionHandlers use to send the action to execute to the server over gwt-rpc.
UndoCommand<A extends Action<R>,R extends Result> The interface that ClientActionHandlers use to send the action to undo to the server over gwt-rpc.
 

Class Summary
AbstractClientActionHandler<A extends Action<R>,R extends Result> Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
DefaultClientActionHandlerRegistry The default implementation that ClientActionHandlerRegistry that if bound will not load any client-side action handlers.
 

Exception Summary
ClientActionHandlerMismatchException This exception is throw as a side-effect of an error calling DefaultClientActionHandlerRegistry.register(com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler).
 


GWTP Dispatch client 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.