|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fluidsynth.api.event
Interface SoundFontEventListener

- All Superinterfaces:
- java.util.EventListener
- public interface SoundFontEventListener
- extends java.util.EventListener
Interface implemented by classes for notification of sound fonts added and/or removed.
| Method Summary | |
void |
soundFontAdded(SoundFontEvent event)
Called to indicate that a sound font has been added to the current configuration. |
void |
soundFontRemoved(SoundFontEvent event)
Called to indicate that a sound font has been removed from the current configuration. |
void |
soundFontUpdated(SoundFontEvent event)
Called to indicate that the sound font information (banks & presets) has been updated. |
void |
soundFontWillBeRemoved(SoundFontEvent event)
Called to indicate that a sound font is about to be removed from the current configuration. |
| Method Detail |
soundFontAdded
public void soundFontAdded(SoundFontEvent event)
- Called to indicate that a sound font has been added to the current configuration.
soundFontWillBeRemoved
public void soundFontWillBeRemoved(SoundFontEvent event)
- Called to indicate that a sound font is about to be removed from the current configuration.
soundFontRemoved
public void soundFontRemoved(SoundFontEvent event)
- Called to indicate that a sound font has been removed from the current configuration.
soundFontUpdated
public void soundFontUpdated(SoundFontEvent event)
- Called to indicate that the sound font information (banks & presets) has been updated.
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC