Packagecom.renaun.rpc
Classpublic dynamic class ResponderAMF0
InheritanceResponderAMF0 Inheritance flash.net.Responder

The Responder class provides an object that is used in NetConnection.call() to handle return values from the server.



Public Methods
 MethodDefined 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
Constructor detail
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.

Parameters
methodName:String
 
result:Function
 
status:Function
Method detail
getAsyncToken()method
public function getAsyncToken():AsyncToken

Returns the reference to the AsyncToken for this Responder.

Returns
AsyncToken