com.maryanovsky.gwtutils.client
Class Application.RequestMakerResponseHandlerPair

java.lang.Object
  extended by com.maryanovsky.gwtutils.client.Application.RequestMakerResponseHandlerPair
Enclosing class:
Application

public static class Application.RequestMakerResponseHandlerPair
extends Object


Constructor Summary
Application.RequestMakerResponseHandlerPair(RequestMaker<String> requestMaker, ResultCallback<String> resultCallback)
           
 
Method Summary
 RequestMaker<String> getRequestMaker()
           
 ResultCallback<String> getResultCallback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application.RequestMakerResponseHandlerPair

public Application.RequestMakerResponseHandlerPair(RequestMaker<String> requestMaker,
                                                   ResultCallback<String> resultCallback)
Method Detail

getRequestMaker

public RequestMaker<String> getRequestMaker()

getResultCallback

public ResultCallback<String> getResultCallback()