net.customware.gwt.dispatch.server
Class ActionResult<A extends Action<R>,R extends Result>

java.lang.Object
  extended by 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 java.lang.Object

This contains both the original Action and the Result of that action.

Author:
David Peterson

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

ActionResult

public ActionResult(A action,
                    R result)
Method Detail

getAction

public A getAction()

getResult

public R getResult()


Copyright © 2009 customware.net. All Rights Reserved.