AudioFileModificationListenerpublic interface AudioFileModificationListener Classes implementing this interface will be notified on audio file's
modifications.
It will be notified on several occasions:
- An audio file is about to be modified
{@link #fileWillBeModified(AudioFile,boolean)}
Here one can modify the tag data because of global settings.
- The write process has just finished. But if a copy was created the
original has not been replaced yet. ({@link #fileModified(AudioFile,File)}).
- The operation has been finished. {@link #fileOperationFinished(File)}
|
|