|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PreferenceableOption.Listener
A Listener may be added to a PreferenceableOption2 and notified of changes in the option.
| Method Summary | |
|---|---|
void |
changed(java.lang.String key,
java.lang.Object oldValue,
java.lang.Object newValue)
Call-back notification that the Eclipse preference identified by a key, has changed from oldValue to new Value. |
| Method Detail |
|---|
void changed(@NonNull
java.lang.String key,
@Nullable
java.lang.Object oldValue,
@Nullable
java.lang.Object newValue)
key - oldValue - newValue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||