Description
Engine is an implementation of BTT ECA engine. It mainly provide the campabality to monitor the event and execute the action depending on the condition.
Public Functions
Name | Return Value | Description |
setMonitor | Void | Set the monitor instance to engine |
registerRules | Void | Register ECA rules to engine |
clearRules | Void | Clear all registered rules |
setPW | Void | Set property of widget with given widget id |
getPW | Void | Return property of widget with given widget id |
getW | Void | Return widget instance with give widget id |
runWF | Void | Invoke function of widget with given widget id |
destroy | Void | Dispose the engine instance |