| Package | org.seasar.flex2.rpc.responder |
| Class | public class DelegateResponder |
| Implements | mx.rpc.IResponder |
| Property | Defined by | ||
|---|---|---|---|
| faultFunction : Function | DelegateResponder | ||
| resultFunction : Function | DelegateResponder | ||
| Method | Defined by | ||
|---|---|---|---|
|
DelegateResponder(resultFunction:Function, faultFunction:Function = null)
| DelegateResponder | ||
|
fault(info:Object):void
| DelegateResponder | ||
|
result(data:Object):void
| DelegateResponder | ||
| faultFunction | property |
protected var faultFunction:Function
| resultFunction | property |
protected var resultFunction:Function
| DelegateResponder | () | constructor |
public function DelegateResponder(resultFunction:Function, faultFunction:Function = null)Parameters
resultFunction:Function |
|
faultFunction:Function (default = null) |
| fault | () | method |
public function fault(info:Object):voidParameters
info:Object |
| result | () | method |
public function result(data:Object):voidParameters
data:Object |