BiChoose
This class represents a Choose Action. A Choose action will execute the first child that evaluates to true.
This class extends BiAction and therefore all methods and fields available for BiAction are also available for BiChoose .
Constructor
new BiChoose ( sName,fHandler )
Parameters
| Name | Type | Optional | Default | Descripton |
sName | String | The name of this action | ||
fHandler | Function | The handler function to call at the end of execution |
Properties
None.
Methods
None.
Events
| Name | Type | Bubbles | Descripton |
completed | | This event is dispatched when the action is completed. | |
exec | | This event is dispatched when the action is executed. |
Static Methods
None.
Static Fields
None.
Remarks
None.