|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyVetoException | |
---|---|
entagged.audioformats.generic |
Uses of ModifyVetoException in entagged.audioformats.generic |
---|
Methods in entagged.audioformats.generic with parameters of type ModifyVetoException | |
---|---|
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) |
Methods in entagged.audioformats.generic that throw ModifyVetoException | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |