Uses of Class
adams.gui.event.ScriptingEvent
-
Packages that use ScriptingEvent Package Description adams.gui.event adams.gui.scripting -
-
Uses of ScriptingEvent in adams.gui.event
Methods in adams.gui.event with parameters of type ScriptingEvent Modifier and Type Method Description void
ScriptingListener. scriptingCommandExecuted(ScriptingEvent e)
Gets called when a scripting command gets executed. -
Uses of ScriptingEvent in adams.gui.scripting
Methods in adams.gui.scripting with parameters of type ScriptingEvent Modifier and Type Method Description protected void
ScriptingLogger. notifyScriptingListeners(ScriptingEvent e)
Notifies all the listeners about the specified event.void
ScriptingLogPanel. scriptingCommandExecuted(ScriptingEvent e)
Gets called when a scripting command gets executed.
-