com.maryanovsky.gwtutils.client
Class Application.RequestMakerResponseHandlerPair
java.lang.Object
com.maryanovsky.gwtutils.client.Application.RequestMakerResponseHandlerPair
- Enclosing class:
- Application
public static class Application.RequestMakerResponseHandlerPair
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application.RequestMakerResponseHandlerPair
public Application.RequestMakerResponseHandlerPair(RequestMaker<String> requestMaker,
ResultCallback<String> resultCallback)
getRequestMaker
public RequestMaker<String> getRequestMaker()
getResultCallback
public ResultCallback<String> getResultCallback()