Property | Defined By | ||
---|---|---|---|
onFulfilled : Function | Handler | ||
onRejected : Function | Handler |
Method | Defined By | ||
---|---|---|---|
Handler(onFulfilled:Function = null, onRejected:Function = null) | Handler |
onFulfilled | property |
public var onFulfilled:Function
onRejected | property |
public var onRejected:Function
Handler | () | Constructor |
public function Handler(onFulfilled:Function = null, onRejected:Function = null)
onFulfilled:Function (default = null )
| |
onRejected:Function (default = null )
|