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