public interface ESNotificationFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(ESNotificationInfo notificationInfo,
ESObjectContainer<?> container)
Check whether a notification should be ignored.
|
boolean check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
notificationInfo - the ESNotificationInfo to be checkedcontainer - the container that holds or did hold the model element the notification
is abouttrue if the notification is to be ignoredCopyright © 2017. All rights reserved.