org.eclipse.ocl.common.preferences
Interface PreferenceableOption.Listener

All Known Implementing Classes:
OCLValidationDelegateMapping
Enclosing interface:
PreferenceableOption<T>

public static interface PreferenceableOption.Listener

A Listener may be added to a PreferenceableOption2 and notified of changes in the option.

Since:
1.1

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

changed

void changed(@NonNull
             java.lang.String key,
             @Nullable
             java.lang.Object oldValue,
             @Nullable
             java.lang.Object newValue)
Call-back notification that the Eclipse preference identified by a key, has changed from oldValue to new Value.

Parameters:
key -
oldValue -
newValue -