public interface IDelegatedListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetProperty(java.lang.Object object)
This determines whether this property for specified object supports set (and reset).
|
boolean |
filterNotification(org.eclipse.emf.common.notify.Notification notification) |
boolean filterNotification(org.eclipse.emf.common.notify.Notification notification)
TRUE if the given notification notification has to be filtered, and FALSE otherwise.boolean canSetProperty(java.lang.Object object)
TRUE if the given object object is modifiable.