org.apache.xmlrpc
Interface AsyncCallback
public interface AsyncCallback
A callback interface for an asynchronous XML-RPC call.
$Id: AsyncCallback.java 233919 2005-04-22 10:26:17Z hgomez $ void | handleError(Exception exception, URL url, String method) - Something went wrong, handle error.
|
void | handleResult(Object result, URL url, String method) - Call went ok, handle result.
|
handleError
public void handleError(Exception exception,
URL url,
String method)
Something went wrong, handle error.
handleResult
public void handleResult(Object result,
URL url,
String method)
Call went ok, handle result.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.