be.hogent.tarsos.util
Interface Configuration.ConfigChangeListener

All Known Implementing Classes:
TarsosSynth
Enclosing class:
Configuration

public static interface Configuration.ConfigChangeListener

An interface used to send notifications of a changed configurations setting.


Method Summary
 void configurationChanged(ConfKey key)
          Fires when a configuration setting changes.
 

Method Detail

configurationChanged

void configurationChanged(ConfKey key)
Fires when a configuration setting changes. The value of the configuration setting can be found using the Configuration.get method.

Parameters:
key - The changed configuration setting.