Uses of Interface
org.gjt.sp.jedit.bsh.BshClassManager.Listener
Packages that use BshClassManager.Listener
Package
Description
Lightweight Scripting for Java.
-
Uses of BshClassManager.Listener in org.gjt.sp.jedit.bsh
Classes in org.gjt.sp.jedit.bsh that implement BshClassManager.ListenerModifier and TypeClassDescriptionclassA namespace which maintains an external map of values held in variables in its scope.classA namespace in which methods, variables, and imports (class names) live.Methods in org.gjt.sp.jedit.bsh with parameters of type BshClassManager.ListenerModifier and TypeMethodDescriptionvoidBshClassManager.addListener(BshClassManager.Listener l) voidBshClassManager.removeListener(BshClassManager.Listener l) -
Uses of BshClassManager.Listener in org.gjt.sp.jedit.bsh.classpath
Methods in org.gjt.sp.jedit.bsh.classpath with parameters of type BshClassManager.ListenerModifier and TypeMethodDescriptionvoidClassManagerImpl.addListener(BshClassManager.Listener l) voidClassManagerImpl.removeListener(BshClassManager.Listener l)