Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioFileIO.addAudioFileModificationListener(AudioFileModificationListener listener)
Adds an listener for all file formats.
|
void |
AudioFileIO.removeAudioFileModificationListener(AudioFileModificationListener listener)
Removes a listener for all file formats.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioFileModificationAdapter |
class |
ModificationHandler
This class multicasts the events to multiple listener instances.
Additionally the Vetos are handled. |
Modifier and Type | Method and Description |
---|---|
void |
ModificationHandler.addAudioFileModificationListener(AudioFileModificationListener l)
This method adds an
AudioFileModificationListener |
void |
ModificationHandler.removeAudioFileModificationListener(AudioFileModificationListener l)
This method removes an
AudioFileModificationListener |
void |
AudioFileWriter.setAudioFileModificationListener(AudioFileModificationListener listener)
This method sets the
AudioFileModificationListener .There is only one listener allowed, if you want more instances to be supported, use the ModificationHandler to broadcast those events. |
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)
|
Copyright © 2005–2020 jthink.net. All rights reserved.