org.opt4j.core.config.visualization
Interface FileOperations.FileOperationsListener

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

public static interface FileOperations.FileOperationsListener

The FileOperations.FileOperationsListener.


Method Summary
 void setCurrentFile(java.io.File file)
          Invoked if the current file is changed (on load or save).
 

Method Detail

setCurrentFile

void setCurrentFile(java.io.File file)
Invoked if the current file is changed (on load or save).

Parameters:
file - the current file