BiChooseActionThread
This class represents an conditional action thread used by BiChoose.@remark A BiActionThread can be described as an action instance. It represents exactly one execution and is used to keep track of asynchronous executions.
This class extends BiActionThread and therefore all methods and fields available for BiActionThread are also available for BiChooseActionThread .
Constructor
new BiChooseActionThread ( oAction )
Parameters
| Name | Type | Optional | Default | Descripton |
oAction | | The action called. |
Properties
None.
Methods
None.
Events
| Name | Type | Bubbles | Descripton |
completed | | This event is dispatched when the thread is completed. | |
exec | | This event is dispatched when the thread is executed. |
Static Methods
None.
Static Fields
None.
Remarks
None.