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

Quick Search    Search Deep
C E G O S

C

ChannelEvent - class org.fluidsynth.api.event.ChannelEvent.
 
ChannelEvent(Object, Channel) - Constructor for class org.fluidsynth.api.event.ChannelEvent
Creates a new instance of ChannelEvent
ChannelEventListener - interface org.fluidsynth.api.event.ChannelEventListener.
 
ConfigurationEvent - class org.fluidsynth.api.event.ConfigurationEvent.
Base class of all ConfigManager generated events.
ConfigurationEvent(Object, Configuration) - Constructor for class org.fluidsynth.api.event.ConfigurationEvent
Creates a new instance of ConfigurationEvent
channel - Variable in class org.fluidsynth.api.event.ChannelEvent
Holds value of property channel.
channelChanged(ChannelEvent) - Method in interface org.fluidsynth.api.event.ChannelEventListener
Fired to indicate a channel change.
configuration - Variable in class org.fluidsynth.api.event.ConfigurationEvent
Holds value of property configuration.

E

ExecutiveListener - interface org.fluidsynth.api.event.ExecutiveListener.
Interface to be implemented by classes that want to receive notification that the synth has started or stopped.
ExecutiveListenerAdapter - class org.fluidsynth.api.event.ExecutiveListenerAdapter.
No-op implementation of the ExecutiveListener interface.
ExecutiveListenerAdapter() - Constructor for class org.fluidsynth.api.event.ExecutiveListenerAdapter
 

G

getChannel() - Method in class org.fluidsynth.api.event.ChannelEvent
Getter for property channel.
getConfiguration() - Method in class org.fluidsynth.api.event.ConfigurationEvent
Getter for property configuration.
getSettings() - Method in class org.fluidsynth.api.event.SettingsEvent
Getter for property settings.
getSoundFont() - Method in class org.fluidsynth.api.event.SoundFontEvent
Getter for property soundFont.

O

org.fluidsynth.api.event - package org.fluidsynth.api.event
 

S

SettingsEvent - class org.fluidsynth.api.event.SettingsEvent.
 
SettingsEvent(Object, Configuration, Settings) - Constructor for class org.fluidsynth.api.event.SettingsEvent
Creates a new instance of SettingsEvent
SettingsEventListener - interface org.fluidsynth.api.event.SettingsEventListener.
 
SoundFontEvent - class org.fluidsynth.api.event.SoundFontEvent.
 
SoundFontEvent(Object, Configuration, SoundFont) - Constructor for class org.fluidsynth.api.event.SoundFontEvent
Creates a new instance of TestEvent
SoundFontEventListener - interface org.fluidsynth.api.event.SoundFontEventListener.
Interface implemented by classes for notification of sound fonts added and/or removed.
settings - Variable in class org.fluidsynth.api.event.SettingsEvent
Holds value of property settings.
settingsChanged(SettingsEvent) - Method in interface org.fluidsynth.api.event.SettingsEventListener
 
soundFont - Variable in class org.fluidsynth.api.event.SoundFontEvent
Holds value of property soundFont.
soundFontAdded(SoundFontEvent) - Method in interface org.fluidsynth.api.event.SoundFontEventListener
Called to indicate that a sound font has been added to the current configuration.
soundFontRemoved(SoundFontEvent) - Method in interface org.fluidsynth.api.event.SoundFontEventListener
Called to indicate that a sound font has been removed from the current configuration.
soundFontUpdated(SoundFontEvent) - Method in interface org.fluidsynth.api.event.SoundFontEventListener
Called to indicate that the sound font information (banks & presets) has been updated.
soundFontWillBeRemoved(SoundFontEvent) - Method in interface org.fluidsynth.api.event.SoundFontEventListener
Called to indicate that a sound font is about to be removed from the current configuration.
started() - Method in interface org.fluidsynth.api.event.ExecutiveListener
Called when the synth starts
started() - Method in class org.fluidsynth.api.event.ExecutiveListenerAdapter
Called when the synth starts
stopped() - Method in interface org.fluidsynth.api.event.ExecutiveListener
Called when the synth stops for any reason.
stopped() - Method in class org.fluidsynth.api.event.ExecutiveListenerAdapter
Called when the synth stops for any reason.

C E G O S