|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsCallbacks
This interface is the callback for the JavaScript debugger. IMPORTANT: JASON: it is likely to be modified when moving to the JDI-like event listening framework. IMPORTANT TWO: Missing support for watching objects.
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,
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. |
Methods inherited from interface org.apache.bsf.debug.util.RemoteService |
---|
addListener, completeFuture, createFuture, removeListener, suspendFuture |
Method Detail |
---|
boolean poll() throws java.rmi.RemoteException
java.rmi.RemoteException
void handleBreakpointHit(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteException
void handleEngineStopped(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteException
void handleExceptionThrown(JsContext cx, java.lang.Object exception) throws java.rmi.RemoteException
java.rmi.RemoteException
void handleSteppingDone(JsContext cx) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |