Library:Apache Jakarta BSF
Version:2.3.0
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta BSF.
NamePackageDescription
BSFDebuggerorg.apache.bsf.debugThis is the interface a client debugger has to implement in order to be able to register itself to the BSF debug manager.
BSFDebugManagerorg.apache.bsf.debugDebug Manager.
BSFEngineorg.apache.bsfThis is the view of a scripting engine assumed by the bean scripting framework.
EventAdapterorg.apache.bsf.util.eventEventAdapter is the interface that all event adapters must implement in order to work with the automatic event adapter generation model.
EventProcessororg.apache.bsf.util.eventEventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target.
JavaBeanAddEventListenerorg.apache.bsf.engines.activescriptNo description provided.
JsCallbacksorg.apache.bsf.debug.jsdiThis interface is the callback for the JavaScript debugger.
JsCodeorg.apache.bsf.debug.jsdiThis interface exposes debugging information from executable code (either functions or top-level scripts).
JsContextorg.apache.bsf.debug.jsdiNo description provided.
JsEngineorg.apache.bsf.debug.jsdiRepresents a remote engine as seen from the debugger.
JsFunctionorg.apache.bsf.debug.jsdiRepresents a function in the engine since JavaScript has code as first-class objects.
JsObjectorg.apache.bsf.debug.jsdiThis is interface that all objects in JavaScript must implement.
JsScriptorg.apache.bsf.debug.jsdiRepresents a script in the engine since JavaScript has code as first-class objects.
RemoteServiceorg.apache.bsf.debug.utilNo description provided.
RemoteServiceListenerorg.apache.bsf.debug.utilNo description provided.
TypeConvertororg.apache.bsf.util.typeA TypeConvertor is used to convert an object of one type to one of another type.
Search