Package weka.gui.scripting.event
Interface TitleUpdatedListener
-
- All Known Implementing Classes:
FileScriptingPanel,GroovyPanel,JythonPanel,ScriptingPanel,SimpleCLIPanel
public interface TitleUpdatedListenerInterface for frames/dialogs that listen to changes of the title.- Version:
- $Revision: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtitleUpdated(TitleUpdatedEvent event)Gets called when the title of the frame/dialog needs updating.
-
-
-
Method Detail
-
titleUpdated
void titleUpdated(TitleUpdatedEvent event)
Gets called when the title of the frame/dialog needs updating.- Parameters:
event- the event that got sent
-
-