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
| 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
| Name | Type | get | set | Descripton |
expr | | ![]() | The expression to evaluate. |
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.
