|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.dispatch.server.ActionResult<A,R>
A
- The action type.R
- The result type.public class ActionResult<A extends Action<R>,R extends Result>
This contains both the original Action
and the Result
of that
action.
Constructor Summary | |
---|---|
ActionResult(A action,
R result)
|
Method Summary | |
---|---|
A |
getAction()
|
R |
getResult()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionResult(A action, R result)
Method Detail |
---|
public A getAction()
public R getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |