The method getNewValue() belongs to the class org.eclipse.emf.common.notify.Notification in the Java programming language. It is used to retrieve the new value associated with the notification. The notification represents a change in the observed model element, and the new value represents the updated value after the change. This method allows developers to access and manipulate the new value in order to perform any necessary actions or logic based on the updated information.
Java Notification.getNewValue - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.notify.Notification.getNewValue extracted from open source projects. You can rate examples to help us improve the quality of examples.