Uses of Interface
adams.gui.event.ScriptingListener
-
Packages that use ScriptingListener Package Description adams.gui.scripting -
-
Uses of ScriptingListener in adams.gui.scripting
Classes in adams.gui.scripting that implement ScriptingListener Modifier and Type Class Description class
ScriptingLogPanel
A panel for outputting scripting commands globally.Fields in adams.gui.scripting with type parameters of type ScriptingListener Modifier and Type Field Description protected HashSet<ScriptingListener>
ScriptingLogger. m_ScriptingListeners
the listeners.Methods in adams.gui.scripting with parameters of type ScriptingListener Modifier and Type Method Description void
ScriptingLogger. addScriptingListener(ScriptingListener l)
Adds the given listener to its internal list of listeners.void
ScriptingLogger. removeScriptingListener(ScriptingListener l)
Removes the given listener from its internal list of listeners.
-