Method Summary |
|
public void | addActionQueue(Action action) Adds an action to a running queue.
Parameters: action - action to add. |
public void | createBackgroundThread() Starts the background thread.
none. |
public void | end() Terminates background threads.
none. |
public Map<String, Queue> | getQueues() Returns the list of background queues.
none. |
public void | removeActionQueue(Action action) Removes an action from a running queue.
Parameters: action - action to remove. |
public void | run() Interrupts long actions.
none. |