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 Type
    Method
    Description
    void
    Gets called when the title of the frame/dialog needs updating.
  • Method Details

    • titleUpdated

      void titleUpdated(TitleUpdatedEvent event)
      Gets called when the title of the frame/dialog needs updating.
      Parameters:
      event - the event that got sent