Package org.eclipse.net4j.util.om.pref
Interface OMPreferencesChangeEvent<T>
- All Superinterfaces:
IEvent
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSource
OMPreferences getSource() -
getPreference
OMPreference<T> getPreference() -
getOldValue
T getOldValue() -
getNewValue
T getNewValue()
-