A thread to update the screen while the logging is occuring
Purpose: This class updates the screen while packets
are being captured. This leaves the gtk mainloop
free to handle events from the user.
Used by: Logging
Uses: None
Attributes: None
SRS Refs: 3.2.1.9
Author: caedwa
Date: 28/9/02
|
Methods
|
|
__init__
run
|
|
|
__init__
|
__init__ (
self,
duration,
widget_tree,
logger,
)
Purpose: Initialises a new instance of the class.
Used by: Logging
Uses: Thread
Input: duration : Integer
widget_tree : Widget Tree
logger : Logger
Output: None
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.9
Author: caedwa
Date: 29/9/02
|
|
|
run
|
run ( self )
Purpose: Runs the thread
Used by: Start method of superclass
Uses: time, gtk, libglade, Logger
Input: None
Output: None
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.9
Author: caedwa
Date: 29/9/02
|
|