Uses of Interface
bsh.NameSource.Listener
-
Packages that use NameSource.Listener Package Description bsh bsh.classpath -
-
Uses of NameSource.Listener in bsh
Methods in bsh with parameters of type NameSource.Listener Modifier and Type Method Description voidNameSource. addNameSourceListener(NameSource.Listener listener)voidNameSpace. addNameSourceListener(NameSource.Listener listener)Implements NameSource Add a listener who is notified upon changes to names in this space. -
Uses of NameSource.Listener in bsh.classpath
Methods in bsh.classpath with parameters of type NameSource.Listener Modifier and Type Method Description voidBshClassPath. addNameSourceListener(NameSource.Listener listener)Implements NameSource Add a listener who is notified upon changes to names in this space.
-