Package | com.renaun.rpc |
Class | public dynamic class ResponderAMF0 |
Inheritance | ResponderAMF0 ![]() |
Method | Defined by | ||
---|---|---|---|
ResponderAMF0(methodName:String, result:Function, status:Function)
Constructs an instance of the responder object with the specified methodName, result function, and status function.
| ResponderAMF0 | ||
getAsyncToken():AsyncToken
Returns the reference to the AsyncToken for this Responder.
| ResponderAMF0 |
ResponderAMF0 | () | constructor |
public function ResponderAMF0(methodName:String, result:Function, status:Function)
Constructs an instance of the responder object with the specified methodName, result function, and status function.
ParametersmethodName:String |
|
result:Function |
|
status:Function |
getAsyncToken | () | method |
public function getAsyncToken():AsyncToken
Returns the reference to the AsyncToken for this Responder.
ReturnsAsyncToken |