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