org.gjt.rec.util
Interface SettingsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SettingsTest

public interface SettingsListener
extends EventListener

SettingsListener is implemented by an object that wants to be notified when a settings object is changed.

Author:
Neil Stockbridge

Field Summary
static String REVISION
           
 
Method Summary
 void settingsChanged(SettingsEvent e)
          Invoked when a settings object has changed.
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Method Detail

settingsChanged

public void settingsChanged(SettingsEvent e)
Invoked when a settings object has changed.

Parameters:
e - an event object describing the change in the settings.