The Java org.eclipse.emf.common.notify.Notification.getFeature method is used in the Eclipse Modeling Framework (EMF) to retrieve the feature of the object that triggered the notification. This method returns an object representing the feature, which can be used to determine the exact change that occurred in the model. By using this method, developers can easily track and handle specific modifications made to objects within an EMF-based application.
Java Notification.getFeature - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.notify.Notification.getFeature extracted from open source projects. You can rate examples to help us improve the quality of examples.