net.customware.gwt.dispatch.shared
Interface Action<R extends Result>

Type Parameters:
R - The Result type.
All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable
All Known Implementing Classes:
BatchAction, SimpleAuthenticationAction

public interface Action<R extends Result>
extends com.google.gwt.user.client.rpc.IsSerializable

An action represents a command sent to the Dispatch. It has a specific result type which is returned if the action is successful.

Author:
David Peterson



Copyright © 2011 customware.net. All Rights Reserved.