Package org.teavm.debugging
Interface DebuggerListener
-
public interface DebuggerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattached()voidbreakpointStatusChanged(Breakpoint breakpoint)voiddetached()voidpaused(Breakpoint breakpoint)voidresumed()
-
-
-
Method Detail
-
resumed
void resumed()
-
paused
void paused(Breakpoint breakpoint)
-
breakpointStatusChanged
void breakpointStatusChanged(Breakpoint breakpoint)
-
attached
void attached()
-
detached
void detached()
-
-