Package | Description |
---|---|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioFileModificationAdapter.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
(overridden)
|
void |
AudioFileModificationListener.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
This method notifies about a veto exception that has been thrown by
another listener.
|
void |
ModificationHandler.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
(overridden)
|
Modifier and Type | Method and Description |
---|---|
void |
AudioFileModificationAdapter.fileModified(AudioFile original,
File temporary)
(overridden)
|
void |
AudioFileModificationListener.fileModified(AudioFile original,
File temporary)
Notifies that
original has been processed.Because the audiolibrary allows format implementors to either change the original file or create a copy, it is possible that the real result is located in the original and temporary is of zero size
or the original will be deleted and replaced by temporary. |
void |
ModificationHandler.fileModified(AudioFile original,
File temporary)
(overridden)
|
void |
AudioFileModificationAdapter.fileWillBeModified(AudioFile file,
boolean delete)
(overridden)
|
void |
AudioFileModificationListener.fileWillBeModified(AudioFile file,
boolean delete)
Notifies that the
file is about to be modified. |
void |
ModificationHandler.fileWillBeModified(AudioFile file,
boolean delete)
(overridden)
|
Copyright © 2005–2020 jthink.net. All rights reserved.