Uses of Interface
org.apache.bsf.debug.jsdi.JsCallbacks

Packages that use JsCallbacks
org.apache.bsf.dbline   
org.apache.bsf.debug.jsdi   
org.apache.bsf.debug.meta   
org.apache.bsf.engines.javascript   
 

Uses of JsCallbacks in org.apache.bsf.dbline
 

Classes in org.apache.bsf.dbline that implement JsCallbacks
 class Callbacks
          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.
 

Uses of JsCallbacks in org.apache.bsf.debug.jsdi
 

Methods in org.apache.bsf.debug.jsdi that return JsCallbacks
 JsCallbacks JsEngine.getDebugger()
          Return the current debugger.
 

Methods in org.apache.bsf.debug.jsdi with parameters of type JsCallbacks
 void JsEngine.setDebugger(JsCallbacks debugger)
          Set the associated debugger.
 

Uses of JsCallbacks in org.apache.bsf.debug.meta
 

Classes in org.apache.bsf.debug.meta that implement JsCallbacks
 class DebuggerStub
           
 class JsCallbacksStub
           
 

Methods in org.apache.bsf.debug.meta that return JsCallbacks
 JsCallbacks JsEngineStub.getDebugger()
          Return the current debugger.
 

Methods in org.apache.bsf.debug.meta with parameters of type JsCallbacks
 void JsEngineStub.setDebugger(JsCallbacks debugger)
          Set the associated debugger.
 

Uses of JsCallbacks in org.apache.bsf.engines.javascript
 

Methods in org.apache.bsf.engines.javascript that return JsCallbacks
 JsCallbacks JsEngineStub.getDebugger()
          Return the current debugger.
 JsCallbacks RhinoEngineDebugger.getDebugger()
          Return the current debugger.
 

Methods in org.apache.bsf.engines.javascript with parameters of type JsCallbacks
 void JsEngineStub.setDebugger(JsCallbacks debugger)
          Set the associated debugger.
 void RhinoEngineDebugger.setDebugger(JsCallbacks debugger)
          Set the associated debugger.