com.groovemanager.actions.file
Interface FileCloseListener

All Known Implementing Classes:
Mc909SampleEditor, SimpleSampleEditor

public interface FileCloseListener

Instances of classes which implement this interface can be registered with a FileCloseAction and then be notified when a file should be closed.

Author:
Manu Robledo

Method Summary
 void fileClosed(java.io.File f)
          Notification that the user requested to close a file
 

Method Detail

fileClosed

void fileClosed(java.io.File f)
Notification that the user requested to close a file

Parameters:
f - The file to be closed