BiTest

This class represents an Test Action. A test action will execute its children if the expression evaluates to true.

This class extends BiAction and therefore all methods and fields available for BiAction are also available for BiTest .

Constructor

new BiTest ( sName,fHandler )

Parameters

NameTypeOptionalDefaultDescripton
sNameStringThe name of this action
fHandlerFunctionThe handler function to call at the end of execution

Properties

NameTypegetsetDescripton
exprBiOperator/ObjectcheckedThe expression to evaluate.

Methods

None.

Events

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

Static Methods

None.

Static Fields

None.

Remarks

None.