Packageorg.seasar.flex2.rpc.responder
Classpublic class DelegateResponder
Implementsmx.rpc.IResponder



Protected Properties
 PropertyDefined by
  faultFunction : Function
DelegateResponder
  resultFunction : Function
DelegateResponder
Public Methods
 MethodDefined by
  
DelegateResponder(resultFunction:Function, faultFunction:Function = null)
DelegateResponder
  
fault(info:Object):void
DelegateResponder
  
result(data:Object):void
DelegateResponder
Property detail
faultFunctionproperty
protected var faultFunction:Function
resultFunctionproperty 
protected var resultFunction:Function
Constructor detail
DelegateResponder()constructor
public function DelegateResponder(resultFunction:Function, faultFunction:Function = null)Parameters
resultFunction:Function
 
faultFunction:Function (default = null)
Method detail
fault()method
public function fault(info:Object):voidParameters
info:Object
result()method 
public function result(data:Object):voidParameters
data:Object