| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.activities.Queue net.fenyo.gnetwatch.activities.DebugQueue
DebugQueue | public class DebugQueue extends Queue implements Runnable(Code) | | This class implements a queue used to run debugging actions in background.
author: Alexandre Fenyo version: $Id: DebugQueue.java,v 1.12 2007/03/08 18:21:31 fenyo Exp $ |
Method Summary | |
protected int | getActionDelay() Returns the time to wait between two actions.
none. | protected int | getCycleDelay() Returns the time to wait after each cycle.
none. | protected int | getEmptyCycleDelay() Returns the time to wait between empty cycles.
none. | protected void | informCycle() Called after each cycle.
none. | public void | setGUI(GUI gui) Sets the current GUI instance.
Parameters: gui - current GUI instance. |
DebugQueue | public DebugQueue(String name, Config config)(Code) | | Constructor.
Parameters: name - queue name. Parameters: config - configuration. |
getActionDelay | protected int getActionDelay()(Code) | | Returns the time to wait between two actions.
none. time to wait. |
getCycleDelay | protected int getCycleDelay()(Code) | | Returns the time to wait after each cycle.
none. int time to wait. |
getEmptyCycleDelay | protected int getEmptyCycleDelay()(Code) | | Returns the time to wait between empty cycles.
none. time to wait. |
informCycle | protected void informCycle()(Code) | | Called after each cycle.
none. void. |
setGUI | public void setGUI(GUI gui)(Code) | | Sets the current GUI instance.
Parameters: gui - current GUI instance. void. |
|
|
|