org.asmatron.messengine.action
Class RequestAction<T,V>

java.lang.Object
  extended by org.asmatron.messengine.action.ActionObject
      extended by org.asmatron.messengine.action.RequestAction<T,V>

public class RequestAction<T,V>
extends ActionObject


Constructor Summary
RequestAction(T value, ResponseCallback<V> callback)
           
 
Method Summary
 ResponseCallback<V> getCallback()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestAction

public RequestAction(T value,
                     ResponseCallback<V> callback)
Method Detail

getValue

public T getValue()

getCallback

public ResponseCallback<V> getCallback()


Copyright © 2011. All Rights Reserved.