org.jivesoftware.sparkimpl.settings.local
Interface PreferenceListener


public interface PreferenceListener

Implement this interface to be notified that the preferences have been changed.

Author:
Derek DeMoro

Method Summary
 void preferencesChanged(LocalPreferences preference)
          Notified when preferences are changed.
 

Method Detail

preferencesChanged

void preferencesChanged(LocalPreferences preference)
Notified when preferences are changed.

Parameters:
preference - the new preferences.