Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fluidsynth.api.event
Interface SoundFontEventListener  view SoundFontEventListener download SoundFontEventListener.java

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.