|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.EventNotifier
core.prefs.PrefsNotifier
Calls methods implemented by PrefsListeners. When extending this, must call super().
| Constructor Summary | |
PrefsNotifier()
|
|
| Method Summary | |
void |
firePrefChangedEvent(java.lang.String key)
Run all listeners's prefChangedEvent method. |
| Methods inherited from class core.EventNotifier |
addListener, removeListener |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrefsNotifier()
| Method Detail |
public void firePrefChangedEvent(java.lang.String key)
key - The key of the changed preference.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||