All Packages Class Hierarchy This Package Previous Next Index
Class eh.eh_DebugThread
java.lang.Object
|
+----java.lang.Thread
|
+----eh.eh_DebugThread
- public class eh_DebugThread
- extends Thread
Class eh_DebugThread - a thread for moving pending debug output to the
screen after a pre-determined delay.
-
DisplayUpdateInterval
- Manager for the output of debug information to the screen.
-
ThreadNum
- The length of time to wait before updating the document (in milliseconds).
-
eh_DebugThread()
- Constructor.
-
run()
-
-
setDebugListModel(eh_DebugListModel)
- Set the debug list model.
-
setDisplayUpdateInterval(int)
- Set the time to wait before displaying new output.
DisplayUpdateInterval
protected int DisplayUpdateInterval
- Manager for the output of debug information to the screen. It holds the
buffered pending output and the document to which it needs to be moved.
ThreadNum
protected static int ThreadNum
- The length of time to wait before updating the document (in milliseconds).
eh_DebugThread
public eh_DebugThread()
- Constructor. Create a new thread for recording debug output.
run
public void run()
- Overrides:
- run in class Thread
setDebugListModel
public void setDebugListModel(eh_DebugListModel InputDebugListModel)
- Set the debug list model.
setDisplayUpdateInterval
public void setDisplayUpdateInterval(int InputDisplayUpdateInterval)
- Set the time to wait before displaying new output.
All Packages Class Hierarchy This Package Previous Next Index