package org.xmlrpc.android; public interface XMLRPCMethodCallback { void callFinished(Object result); }