Package adams.gui.event
Interface ScriptingListener
-
- All Known Implementing Classes:
ScriptingLogPanel
public interface ScriptingListener
Interface for classes that want to be notified about scripting events.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
scriptingCommandExecuted(ScriptingEvent e)
Gets called when a scripting command gets executed.
-
-
-
Method Detail
-
scriptingCommandExecuted
void scriptingCommandExecuted(ScriptingEvent e)
Gets called when a scripting command gets executed.- Parameters:
e
- the event
-
-