ucar.unidata.xml
Interface PreferenceManager


public interface PreferenceManager

An interface for something that manages preferences.

Version:
$Revision: 1.5 $Date: 2005/05/13 18:33:53 $
Author:
Metapps development team

Method Summary
 void applyPreference(XmlObjectStore store, Object data)
          Apply the preference.
 

Method Detail

applyPreference

void applyPreference(XmlObjectStore store,
                     Object data)
Apply the preference.

Parameters:
store - The store to use.
data - The data.