|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.client.async.AsynchronousCall
Class used to register the CallListener
s and to call the API
asynchronously.
Constructor Summary | |
AsynchronousCall()
|
Method Summary | |
void |
addCallListener(CallListener listener)
Adds a new listener for the call. |
void |
call(AbstractCAPI capi,
AbstractCAPICallRequest request)
Calls a function asynchronously. |
void |
removeCallListener(CallListener listener)
Removes a listener for the call. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsynchronousCall()
Method Detail |
public void addCallListener(CallListener listener)
listener
- the listener that will be notified of the result of the call.public void removeCallListener(CallListener listener)
listener
- the listener that will be notified of the result of the call.public void call(AbstractCAPI capi, AbstractCAPICallRequest request)
CallListener
.
capi
- the CAPI to use to call the function.request
- the input parameters for this call.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |