com.groovemanager.actions.file
Interface FileNewListener

All Known Implementing Classes:
Mc909SampleEditor, SimpleSampleEditor

public interface FileNewListener

Instances of classes which implement this interface can be registered with a FileNewAction and then be notified when a new file should be created.

Author:
Manu Robledo

Method Summary
 void newFile()
          Notification that the user requested to create a new file.
 

Method Detail

newFile

void newFile()
Notification that the user requested to create a new file.