org.xins.client.async |
Functionality for calling XINS APIs asynchronously.
@since XINS 1.4.0
|
Java Source File Name | Type | Comment |
AsynchronousCall.java | Class | Class used to register the
CallListener s and to call the API
asynchronously. |
CallCAPIThread.java | Class | Class used to call an API in a separate thread. |
CallEvent.java | Class | Event fired and the result of the call is returned. |
CallFailedEvent.java | Class | Event fired the call to the function failed. |
CallListener.java | Interface | Listener notified when the call to an API is finished whether it has
succeeded or failed. |
CallSucceededEvent.java | Class | Event fired when the call is finished and a succeeded result is returned
from the call to the function. |