|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceListener | |
---|---|
eduni.simanim | Classes concerned with providing simulations with animation. |
eduni.simdiag | Classes concerned with providing user controlled diagrams for simulations. |
Uses of TraceListener in eduni.simanim |
---|
Methods in eduni.simanim with parameters of type TraceListener | |
---|---|
void |
Sim_anim.addTraceListener(TraceListener l)
Do not use this method directly. |
void |
Sim_anim.removeTraceListener(TraceListener l)
Do not use this method directly. |
Uses of TraceListener in eduni.simdiag |
---|
Classes in eduni.simdiag that implement TraceListener | |
---|---|
class |
TimingDiagram
This class represents the timing diagram application. |
class |
TraceSaver
TraceSaver Stores trace events in a file. |
Methods in eduni.simdiag with parameters of type TraceListener | |
---|---|
void |
TimingDiagram.addTraceListener(TraceListener l)
Adds a listener to the trace stream |
void |
TraceLoader.addTraceListener(TraceListener l)
Javabeans trace event output |
void |
TimingDiagram.removeTraceListener(TraceListener l)
Removes a trace listener |
void |
TraceLoader.removeTraceListener(TraceListener l)
Javabeans trace event output |
|
SimJava 2.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |