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: 5142 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 void titleUpdated(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