Uses of Interface
org.gjt.sp.jedit.bsh.NameSource.Listener
Packages that use NameSource.Listener
Package
Description
Lightweight Scripting for Java.
-
Uses of NameSource.Listener in org.gjt.sp.jedit.bsh
Methods in org.gjt.sp.jedit.bsh with parameters of type NameSource.ListenerModifier and TypeMethodDescriptionvoid
NameSource.addNameSourceListener
(NameSource.Listener listener) void
NameSpace.addNameSourceListener
(NameSource.Listener listener) Implements NameSource Add a listener who is notified upon changes to names in this space. -
Uses of NameSource.Listener in org.gjt.sp.jedit.bsh.classpath
Methods in org.gjt.sp.jedit.bsh.classpath with parameters of type NameSource.ListenerModifier and TypeMethodDescriptionvoid
BshClassPath.addNameSourceListener
(NameSource.Listener listener) Implements NameSource Add a listener who is notified upon changes to names in this space.