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 classScriptingLogPanelA 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_ScriptingListenersthe listeners.Methods in adams.gui.scripting with parameters of type ScriptingListener Modifier and Type Method Description voidScriptingLogger. addScriptingListener(ScriptingListener l)Adds the given listener to its internal list of listeners.voidScriptingLogger. removeScriptingListener(ScriptingListener l)Removes the given listener from its internal list of listeners.
-