T
- The class of the result object returned in case of success.public interface Result<T>
AsyncCallback
interface used by the
GWT-RPC mechanism.void onFailure(Throwable caught)
GwtClientProxy
object when a failure
is detected.caught
- The exception or error caught.void onSuccess(T result)
GwtClientProxy
object in case of
success.result
- The result object.Copyright © 2005-2015 Restlet.