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.


Variable Index

 o DisplayUpdateInterval
Manager for the output of debug information to the screen.
 o ThreadNum
The length of time to wait before updating the document (in milliseconds).

Constructor Index

 o eh_DebugThread()
Constructor.

Method Index

 o run()
 o setDebugListModel(eh_DebugListModel)
Set the debug list model.
 o setDisplayUpdateInterval(int)
Set the time to wait before displaying new output.

Variables

 o 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.

 o ThreadNum
 protected static int ThreadNum
The length of time to wait before updating the document (in milliseconds).

Constructors

 o eh_DebugThread
 public eh_DebugThread()
Constructor. Create a new thread for recording debug output.

Methods

 o run
 public void run()
Overrides:
run in class Thread
 o setDebugListModel
 public void setDebugListModel(eh_DebugListModel InputDebugListModel)
Set the debug list model.

 o setDisplayUpdateInterval
 public void setDisplayUpdateInterval(int InputDisplayUpdateInterval)
Set the time to wait before displaying new output.


All Packages  Class Hierarchy  This Package  Previous  Next  Index