The java org.eclipse.emf.common.notify.Notification.getEventType is a method that retrieves the type of the notification event. This method is provided by the EMF (Eclipse Modeling Framework) common notify package. Notifications are used in the framework to represent changes in the state of an EMF model. The getEventType method returns an integer value that represents the type of the notification, which can include events such as ADD, REMOVE, SET, or MOVE. This method is helpful for developers to determine the exact type of change that occurred in the model and react accordingly.
Java Notification.getEventType - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.notify.Notification.getEventType extracted from open source projects. You can rate examples to help us improve the quality of examples.