Interface FileOperations.FileOperationsListener
-
- All Known Implementing Classes:
ApplicationFrame
,DefaultApplicationFrame
,Menu
,ToolBar
- Enclosing class:
- FileOperations
public static interface FileOperations.FileOperationsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCurrentFile(java.io.File file)
Invoked if the current file is changed (on load or save).
-