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

NameTypeOptionalDefaultDescripton
oActionBiActionThe action called.

Properties

None.

Methods

None.

Events

NameTypeBubblesDescripton
completedBiEventThis event is dispatched when the thread is completed.
execBiEventThis event is dispatched when the thread is executed.

Static Methods

None.

Static Fields

None.

Remarks

None.