public class NotificationManager
extends java.lang.Object
Notification
.Constructor and Description |
---|
NotificationManager() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
printEventType(org.eclipse.emf.common.notify.Notification notification)
Converts the notification event type to string with a predefined template.
|
static java.lang.String |
printNotification(org.eclipse.emf.common.notify.Notification notif)
Converts a
Notification to string with a predefined template. |
public static java.lang.String printNotification(org.eclipse.emf.common.notify.Notification notif)
Notification
to string with a predefined template.notif
- the notificationpublic static java.lang.String printEventType(org.eclipse.emf.common.notify.Notification notification)
notification
- the notification