|
|||||||||
| 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
Class SoundFontEvent

java.lang.Objectjava.util.EventObject
org.fluidsynth.api.event.ConfigurationEvent
org.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.
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC