Method Summary |
|
public void | add(EventBehaviour behaviour) |
public void | done() Signals that the configuration is complete. |
public boolean | isDone() |
public void | startAdvancedFeatures() Behaviours that are added after this method is called will only be active when the advanced editing
is active. |
public void | startElseFeatures() Starts the Else Behaviours of the Advanced configuration. |
public void | startMutualExclusiveList() Starts building a list of behaviours that will be mutually exclusive. |
public void | startOrderedList(boolean processAsCommand) Starts building a list of behaviours that are ordered but all behaviours are run.
Parameters: processAsCommand - If true then the behaviours will be processed in the command execution thread instead of the Display thread.This is sometimes necessary if a command from a previous behaviour may change the state that a later command depends on. |
public void | stopAdvancedFeatures() |
public void | stopElseFeatures() |
public void | stopMutualExclusiveList() |
public void | stopOrderedList() |