Packageorg.apache.flex.promises.vo
Classpublic final class Handler
InheritanceHandler Inheritance Object



Public Properties
 PropertyDefined By
  onFulfilled : Function
Handler
  onRejected : Function
Handler
Public Methods
 MethodDefined By
  
Handler(onFulfilled:Function = null, onRejected:Function = null)
Handler
Property Detail
onFulfilledproperty
public var onFulfilled:Function

onRejectedproperty 
public var onRejected:Function

Constructor Detail
Handler()Constructor
public function Handler(onFulfilled:Function = null, onRejected:Function = null)



Parameters
onFulfilled:Function (default = null)
 
onRejected:Function (default = null)