public final class FilterStack extends Object implements ESNotificationFilter
| Modifier and Type | Field and Description |
|---|---|
static ESNotificationFilter |
DEFAULT
The default filter stack.
|
| Constructor and Description |
|---|
FilterStack(ESNotificationFilter[] filters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(ESNotificationInfo notificationInfo,
ESObjectContainer<?> container)
Check whether a notification should be ignored.
|
public static final ESNotificationFilter DEFAULT
public FilterStack(ESNotificationFilter[] filters)
filters - the filter the filter stack should consists of.public boolean check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
check in interface ESNotificationFilternotificationInfo - 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 ignoredESNotificationFilter.check(org.eclipse.emf.emfstore.common.model.util.ESNotificationInfo,
org.eclipse.emf.emfstore.common.model.ESObjectContainer)Copyright © 2017. All rights reserved.