Packageorg.apache.flex.promises.interfaces
Interfacepublic interface IThenable
Implementors Promise



Public Methods
 MethodDefined By
  
then(onFulfilled:Function = null, onRejected:Function = null):IThenable
IThenable
Method Detail
then()method
public function then(onFulfilled:Function = null, onRejected:Function = null):IThenable

Parameters

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

Returns
IThenable