simkin
Interface TraceCallback

All Known Implementing Classes:
HelloScreen, SimkinXMLApplet

public interface TraceCallback

This interface is implemented by objects which provide a tracing facility. Put the tracer in place by calling the setTraceCallback method in Interpreter


Method Summary
 void trace(java.lang.Exception e)
          this method is called an exception is shown in the trace
 void trace(java.lang.String s)
          this method is called when a trace message is generated.
 

Method Detail

trace

public void trace(java.lang.String s)
this method is called when a trace message is generated.


trace

public void trace(java.lang.Exception e)
this method is called an exception is shown in the trace