ecologylab.appframework.types.prefs
Interface PrefChangedListener


public interface PrefChangedListener

An object that monitors a Pref or set of Prefs to respond to changes in it/them.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Method Summary
 void prefChanged(Pref pref)
          Responds to a change in a Pref object.
 

Method Detail

prefChanged

void prefChanged(Pref pref)
Responds to a change in a Pref object. This method will be called whenever ANY Pref changes, so the Object implementing this interface must decide what to do with the Pref, most likely based upon its getName() method.

Parameters:
pref -