OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3

class $AsyncCB

Object
->jsx3.$AsyncCB

class $AsyncCB
extends Object
The callback object passed as the single argument to an asynchronous method.

Since:

3.7

See Also:

jsx3.$Y()

Method Summary
Array<Object>
Returns the arguments that were passed to the asynchronous method wrapper.
void
done(rv : Object)
Signals the callback object that the asynchronous method is done and passes the asynchronous return value.
Methods Inherited From Object
toString
Method Detail

args

Array<Object> args()
Returns the arguments that were passed to the asynchronous method wrapper.

Returns:

 

done

void done(rv : Object)
Signals the callback object that the asynchronous method is done and passes the asynchronous return value.

Parameters:

rvthe return value.