Interface | Description |
---|---|
ClientActionHandler<A,R> |
Instances of this interface will handle specific types of action classes on the client.
|
ClientActionHandlerRegistry |
Implementations of this interface will be used by
DispatchAsync or
RestDispatch implementation to find client-side action
handlers. |
ExecuteCommand<A,R> |
The interface that
ClientActionHandler s use to send the action to execute to the server. |
UndoCommand<A,R> |
The interface that
ClientActionHandler s use to send the action to undo to the server. |
Class | Description |
---|---|
AbstractClientActionHandler<A,R> |
Simple abstract super-class for
ClientActionHandler 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 | Description |
---|---|
ClientActionHandlerMismatchException |
This exception is thrown as a side-effect of an error calling
DefaultClientActionHandlerRegistry.register(com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler<?, ?>) . |
Copyright © 2010–2014 Arcbees. All rights reserved.