Interface Preferences.Observer

Enclosing class:
Preferences

public static interface Preferences.Observer
An observer interface for use by those that wishing to monitor changes to user preferences.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updated(String name, String newValue)
    A preference has been changed.
  • Method Details

    • updated

      void updated(String name, String newValue)
      A preference has been changed.
      Parameters:
      name - the name of the preference that has been changed
      newValue - the new value for the named preference