com.frinika.global
Interface ConfigListener


public interface ConfigListener

Interfaces for classes that want to register via Config.addConfigurationListener(..). For each configuration option that changed, an event is sent. The source-object of the ChangeEvent is of type java.lang.reflect.Field and directly refers to a static option field in class Config.

Author:
Jens Gulden

Method Summary
 void configurationChanged(javax.swing.event.ChangeEvent event)
           
 

Method Detail

configurationChanged

void configurationChanged(javax.swing.event.ChangeEvent event)