Package org.xins.client.async

Functionality for calling XINS APIs asynchronously.

See:
          Description

Interface Summary
CallListener Listener notified when the call to an API is finished whether it has succeeded or failed.
 

Class Summary
AsynchronousCall Class used to register the CallListeners and to call the API asynchronously.
CallCAPIThread Class used to call an API in a separate thread.
CallFailedEvent Event fired the call to the function failed.
CallSucceededEvent Event fired when the call is finished and a succeeded result is returned from the call to the function.
 

Package org.xins.client.async Description

Functionality for calling XINS APIs asynchronously.

Since:
XINS 1.4.0


See http://www.xins.org/.