org.eclipse.emf.emfstore.client.handler
Interface ESNotificationFilter

All Known Implementing Classes:
EmptyRemovalsFilter, FilterStack, IgnoreDatatypeFilter, IgnoreNotificationsOutsideProject, IgnoreNullFeatureNotificationsFilter, IgnoreOutsideProjectReferencesFilter, NotifiableIdEObjectCollectionFilter, TouchFilter, TransientFilter, UnknownEventTypeFilter

public interface ESNotificationFilter

Interface for filtering notifications.

Author:
chodnick, koegel

Method Summary
 boolean check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 

Method Detail

check

boolean check(ESNotificationInfo notificationInfo,
              ESObjectContainer<?> container)
Check whether a notification should be ignored.

Parameters:
notificationInfo - the ESNotificationInfo to be checked
container - the container that holds or did hold the model element the notification is about
Returns:
true if the notification is to be ignored


Copyright © 2015. All Rights Reserved.