BiTestActionThread
This class represents an if action thread used by BiTest.@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 BiTestActionThread .
Constructor
new BiTestActionThread ( 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.