org.apache.bsf.dbline

Class Callbacks

public class Callbacks extends Skeleton implements BSFDebugger, JsCallbacks

This object is the remote object that will be passed to the remote debug manager as both the BSFDebugger and the JavaScript-specific callback object. Note: there is no obligation that both be implemented by the same object.

UNKNOWN: Olivier Gruber

Method Summary
voidcreatedEngine(String lang, Object engine)
voiddeletedEngine(Object engine)
voiddisconnect()
voidhandleBreakpointHit(JsContext cx)
voidhandleEngineStopped(JsContext cx)
voidhandleExceptionThrown(JsContext cx, Object exception)
voidhandleSteppingDone(JsContext cx)
booleanpoll()

Method Detail

createdEngine

public void createdEngine(String lang, Object engine)

deletedEngine

public void deletedEngine(Object engine)

disconnect

public void disconnect()

handleBreakpointHit

public void handleBreakpointHit(JsContext cx)

handleEngineStopped

public void handleEngineStopped(JsContext cx)

handleExceptionThrown

public void handleExceptionThrown(JsContext cx, Object exception)

handleSteppingDone

public void handleSteppingDone(JsContext cx)

poll

public boolean poll()