public interface JsCallbacks extends RemoteService
| Modifier and Type | Method and Description |
|---|---|
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,
java.lang.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.
|
addListener, completeFuture, createFuture, removeListener, suspendFutureboolean poll()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid handleBreakpointHit(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid handleEngineStopped(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid handleExceptionThrown(JsContext cx, java.lang.Object exception) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid handleSteppingDone(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteException