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