Interface FileOperations.FileOperationsListener

All Known Implementing Classes:
ApplicationFrame, DefaultApplicationFrame, Menu, ToolBar
Enclosing class:
FileOperations

public static interface FileOperations.FileOperationsListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked if the current file is changed (on load or save).
  • Method Details

    • setCurrentFile

      void setCurrentFile(File file)
      Invoked if the current file is changed (on load or save).
      Parameters:
      file - the current file