public class NotificationRecording extends Object
| Constructor and Description |
|---|
NotificationRecording() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationInfo> |
asMutableList()
Use to change the contents of the recording dynamically.
|
boolean |
empty() |
Date |
getDate() |
NotificationRecordingHint |
getHint() |
NotificationInfo |
getLastRecorded() |
void |
record(org.eclipse.emf.common.notify.Notification n) |
void |
setDate(Date date) |
void |
setHint(NotificationRecordingHint hint) |
public NotificationRecordingHint getHint()
public void setHint(NotificationRecordingHint hint)
hint - the hint to setpublic void setDate(Date date)
date - the date to setpublic Date getDate()
public void record(org.eclipse.emf.common.notify.Notification n)
n - the notification to add to the recordingpublic NotificationInfo getLastRecorded()
public boolean empty()
public List<NotificationInfo> asMutableList()
Copyright © 2017. All rights reserved.