Interface | Description |
---|---|
CallListener |
Listener notified when the call to an API is finished whether it has
succeeded or failed.
|
Class | Description |
---|---|
AsynchronousCall |
Class used to register the
CallListener s 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.
|
See http://www.xins.org/.