net.customware.gwt.dispatch.server
Class ActionResult<A extends Action<R>,R extends Result>
java.lang.Object
net.customware.gwt.dispatch.server.ActionResult<A,R>
- Type Parameters:
A - The action type.R - The result type.
public class ActionResult<A extends Action<R>,R extends Result>
- extends Object
This contains both the original Action and the Result of that
action.
- Author:
- David Peterson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionResult
public ActionResult(A action,
R result)
getAction
public A getAction()
getResult
public R getResult()
Copyright © 2011 customware.net. All Rights Reserved.