Uses of Class
org.jaudiotagger.audio.exceptions.ModifyVetoException

Packages that use ModifyVetoException
org.jaudiotagger.audio.generic   
 

Uses of ModifyVetoException in org.jaudiotagger.audio.generic
 

Methods in org.jaudiotagger.audio.generic with parameters of type ModifyVetoException
 void ModificationHandler.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 AudioFileModificationAdapter.vetoThrown(AudioFileModificationListener cause, AudioFile original, ModifyVetoException veto)
          (overridden)
 

Methods in org.jaudiotagger.audio.generic that throw ModifyVetoException
 void ModificationHandler.fileModified(AudioFile original, java.io.File temporary)
          (overridden)
 void AudioFileModificationListener.fileModified(AudioFile original, java.io.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 AudioFileModificationAdapter.fileModified(AudioFile original, java.io.File temporary)
          (overridden)
 void ModificationHandler.fileWillBeModified(AudioFile file, boolean delete)
          (overridden)
 void AudioFileModificationListener.fileWillBeModified(AudioFile file, boolean delete)
          Notifies that the file is about to be modified.
 void AudioFileModificationAdapter.fileWillBeModified(AudioFile file, boolean delete)
          (overridden)