All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class eduni.simdiag.TraceSaver
java.lang.Object
   |
   +----eduni.simdiag.TraceSaver
  -  public class TraceSaver
  
-  extends Object
  
-  implements Traceable, TraceListener
   
TraceSaver
 Stores trace events in a file.
  
  -  
	TraceSaver(String)
   -  Creates a trace saver with the given filename
 
  
  -  
	handleTrace(TraceEventObject)
   -  Responds to a trace input event by writing it on to the file.
 
  
TraceSaver
 public TraceSaver(String fname)
  -  Creates a trace saver with the given filename
 
  
handleTrace
 public void handleTrace(TraceEventObject e)
  -  Responds to a trace input event by writing it on to the file.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index