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.
UnsupportedActionException  
 



Copyright © 2009 customware.net. All Rights Reserved.