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

    Modifier and Type
    Method
    Description
    void
    Apply the preference.
  • Method Details

    • applyPreference

      void applyPreference(XmlObjectStore store, Object data)
      Apply the preference.
      Parameters:
      store - The store to use.
      data - The data.