de.pannenleiter.tbug.hook
Interface DebuggerCallback

All Known Implementing Classes:
DebugWindow

public interface DebuggerCallback

DebuggerCallback -- notifies the client when something has happened


Field Summary
static java.lang.String SINK_MESSAGE
           
static java.lang.String SINK_OUTPUT
           
 
Method Summary
 void breakpointEvent(XSLThread thread)
           
 void outputEvent(java.lang.String text, XSLThread thread, java.lang.String sinkName)
           
 void threadDeadEvent(XSLThread thread)
           
 

Field Detail

SINK_OUTPUT

public static final java.lang.String SINK_OUTPUT

SINK_MESSAGE

public static final java.lang.String SINK_MESSAGE
Method Detail

breakpointEvent

public void breakpointEvent(XSLThread thread)

outputEvent

public void outputEvent(java.lang.String text,
                        XSLThread thread,
                        java.lang.String sinkName)

threadDeadEvent

public void threadDeadEvent(XSLThread thread)