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

Quick Search    Search Deep

org.fluidsynth.api.event
Class SoundFontEvent  view SoundFontEvent download SoundFontEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.fluidsynth.api.event.ConfigurationEvent
          extended byorg.fluidsynth.api.event.SoundFontEvent
All Implemented Interfaces:
java.io.Serializable

public class SoundFontEvent
extends ConfigurationEvent


Field Summary
private  org.fluidsynth.api.sf2.SoundFont soundFont
          Holds value of property soundFont.
 
Fields inherited from class org.fluidsynth.api.event.ConfigurationEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SoundFontEvent(java.lang.Object source, org.fluidsynth.api.Configuration config, org.fluidsynth.api.sf2.SoundFont soundFont)
          Creates a new instance of TestEvent
 
Method Summary
 org.fluidsynth.api.sf2.SoundFont getSoundFont()
          Getter for property soundFont.
 
Methods inherited from class org.fluidsynth.api.event.ConfigurationEvent
getConfiguration
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

soundFont

private org.fluidsynth.api.sf2.SoundFont soundFont
Holds value of property soundFont.

Constructor Detail

SoundFontEvent

public SoundFontEvent(java.lang.Object source,
                      org.fluidsynth.api.Configuration config,
                      org.fluidsynth.api.sf2.SoundFont soundFont)
Creates a new instance of TestEvent

Method Detail

getSoundFont

public org.fluidsynth.api.sf2.SoundFont getSoundFont()
Getter for property soundFont.