|
|||||||||
| 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 ConfigurationEvent

java.lang.Objectjava.util.EventObject
org.fluidsynth.api.event.ConfigurationEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SettingsEvent, SoundFontEvent
- public class ConfigurationEvent
- extends java.util.EventObject
Base class of all ConfigManager generated events.
| Field Summary | |
private org.fluidsynth.api.Configuration |
configuration
Holds value of property configuration. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ConfigurationEvent(java.lang.Object source,
org.fluidsynth.api.Configuration config)
Creates a new instance of ConfigurationEvent |
|
| Method Summary | |
org.fluidsynth.api.Configuration |
getConfiguration()
Getter for property configuration. |
| 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 |
configuration
private org.fluidsynth.api.Configuration configuration
- Holds value of property configuration.
| Constructor Detail |
ConfigurationEvent
public ConfigurationEvent(java.lang.Object source, org.fluidsynth.api.Configuration config)
- Creates a new instance of ConfigurationEvent
| Method Detail |
getConfiguration
public org.fluidsynth.api.Configuration getConfiguration()
- Getter for property configuration.
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC