Uses of Interface
org.apache.axis.client.async.IAsyncCallback
-
Packages that use IAsyncCallback Package Description org.apache.axis.client.async -
-
Uses of IAsyncCallback in org.apache.axis.client.async
Methods in org.apache.axis.client.async that return IAsyncCallback Modifier and Type Method Description IAsyncCallbackAsyncCall. getCallback()Method getCallbackMethods in org.apache.axis.client.async with parameters of type IAsyncCallback Modifier and Type Method Description voidAsyncCall. setCallback(IAsyncCallback callback)Method setCallbackConstructors in org.apache.axis.client.async with parameters of type IAsyncCallback Constructor Description AsyncCall(Call call, IAsyncCallback callback)Constructor AsyncCall
-