|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventFilter
Represents a filter that can be applied to and
match a Notification. Different
sorts of filters exist. They can be constructed using the factory methods of
EventManagerFactory, such as
EventManagerFactory.createClassFilter(org.eclipse.emf.ecore.EClass).
| Method Summary | |
|---|---|
EventFilter |
clone()
|
java.lang.Object |
getFilterCriterion()
Returns the unique property for which this filter looks in a Notification. |
boolean |
isNegated()
Returns whether the filter is negated. |
boolean |
matchesFor(org.eclipse.emf.common.notify.Notification event)
Tests if the incoming Notification matches the intern specification |
| Method Detail |
|---|
boolean matchesFor(org.eclipse.emf.common.notify.Notification event)
Notification matches the intern specification
event - the Notification to control
Notification matches the intern specificationboolean isNegated()
Notification which is not matching this filter's
regular specification.
true if the filter is negatedjava.lang.Object getFilterCriterion()
Notification.
EventFilter clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||