org.fopps.share
Interface ConfigListener

All Known Implementing Classes:
ProjectPanel

public interface ConfigListener

ConfigListener should be implemented by all components which are interested in config changes.


Method Summary
 void configChanged(java.lang.String pKey, java.lang.Object pValue)
          Notifies listener that a configuration item has changed
 

Method Detail

configChanged

public void configChanged(java.lang.String pKey,
                          java.lang.Object pValue)
Notifies listener that a configuration item has changed

Parameters:
pKey - Name of the option
pValue - New value of option


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.