org.apache.bsf.debug.jsdi
public interface JsCallbacks extends RemoteService
UNKNOWN: Olivier Gruber
Method Summary | |
---|---|
void | handleBreakpointHit(JsContext cx)
Callback when a breakpoint is hit in the debuggee.
|
void | handleEngineStopped(JsContext cx)
Callback when an engine stops after a stop-request.
|
void | handleExceptionThrown(JsContext cx, Object exception)
Callback when an exception is thrown in the debuggee.
|
void | handleSteppingDone(JsContext cx)
Callback when a step-request has finished.
|
boolean | poll()
Allows the server to poll the connection. |