com.groovemanager.actions.file
Interface FileOpenListener

All Known Implementing Classes:
Mc909SampleEditor, SimpleSampleEditor

public interface FileOpenListener

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

Author:
Manu Robledo

Method Summary
 void fileOpened(java.io.File f)
          Notification that the user desired to open a file.
 

Method Detail

fileOpened

void fileOpened(java.io.File f)
Notification that the user desired to open a file. When multiple files should be opened, this method will be called once for each file.

Parameters:
f - The file to be opened