The `getOldValue()` method in the `org.eclipse.emf.common.notify.Notification` class is used to retrieve the old value associated with the changed object. This method returns the previous value of an attribute or feature before it was modified. It can be useful for applications that need to track the changes made to an object and perform specific actions based on the previous values.
Java Notification.getOldValue - 22 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.notify.Notification.getOldValue extracted from open source projects. You can rate examples to help us improve the quality of examples.