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

Type Parameters:
R - The Result type.
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BatchAction

public interface Action<R extends Result>
extends java.io.Serializable

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 © 2009 customware.net. All Rights Reserved.