|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sim_output
The interface that a trace output class must provide.
Sim_system
Method Summary | |
---|---|
void |
close()
Called by Sim_system at the end of the simulation. |
void |
initialise()
Called by Sim_system before the simulation starts. |
void |
println(String msg)
Called by Sim_system to output a trace line. |
Method Detail |
---|
void initialise()
Sim_system
before the simulation starts.
void println(String msg)
Sim_system
to output a trace line.
msg
- The trace messagevoid close()
Sim_system
at the end of the simulation.
|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |