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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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.