Uses of Interface
be.hogent.tarsos.util.Configuration.ConfigChangeListener

Packages that use Configuration.ConfigChangeListener
be.hogent.tarsos.midi Contains classes to handle MIDI events. 
be.hogent.tarsos.util Utility classes for string handling, logging, configuration, some DSP tasks. 
 

Uses of Configuration.ConfigChangeListener in be.hogent.tarsos.midi
 

Classes in be.hogent.tarsos.midi that implement Configuration.ConfigChangeListener
 class TarsosSynth
          A singleton that interfaces with a real underlying synthesizer, it acts as an interface that distributes MIDI messages.
 

Uses of Configuration.ConfigChangeListener in be.hogent.tarsos.util
 

Methods in be.hogent.tarsos.util with parameters of type Configuration.ConfigChangeListener
static void Configuration.addListener(Configuration.ConfigChangeListener listener)