grails.plugins.gwt.shared
Interface Action<T extends Response>

Type Parameters:
T - The type of the response associated with this action.
All Superinterfaces:
Serializable

public interface Action<T extends Response>
extends Serializable

Embodies a client-side action, for example a search, or selecting a contact. It's an incarnation of the standard Command pattern, geared towards client-server communication (hence the Response).