org.grinvin.preferences

Interface GrinvinPreferencesListener

public interface GrinvinPreferencesListener

All objects that need to be informed on changes in the preferences should implement this interface and register themselves with the GrinvinPreferences object.

Method Summary

void
preferenceChanged(GrinvinPreferences.Preference preference)

Method Details

preferenceChanged

public void preferenceChanged(GrinvinPreferences.Preference preference)