Package net.customware.gwt.dispatch.shared

Interface Summary
Action<R extends Result> An action represents a command sent to the Dispatch.
Result A marker interface for Action results.
 

Class Summary
AbstractSimpleResult<T> A common use-case is returning a single value from an action.
AbstractUpdateResult<T> Provides support for simple update response which contain both the old value and new value.
BatchAction This provides a simple way to send multiple actions to be executed in sequence.
BatchResult Contains the list of Results from successful actions in the BatchAction.
 

Enum Summary
BatchAction.OnException  
 

Exception Summary
ActionException These are thrown by Dispatch.execute(Action) if there is a problem executing a particular Action.
DispatchException An abstract superclass for exceptions that can be thrown by the Dispatch system.
ServiceException This is thrown by services when there is a low-level problem while processing an action execution.
UnsupportedActionException  
 



Copyright © 2011 customware.net. All Rights Reserved.