public interface Listener
Notifier
object. If this listener is added, it will be notified about all changes in
the org.eclipse.emf.common.notify.Notifier object.| Modifier and Type | Interface and Description |
|---|---|
static class |
Listener.Event |
static class |
Listener.NOTIFICATION_TYPE
An enumeration containing all possible types of a notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
notify(Listener.NOTIFICATION_TYPE type,
org.corpus_tools.salt.graph.GRAPH_ATTRIBUTES attribute,
Object oldValue,
Object newValue,
Object container)
A notification about any change in a
Notifier object. |
void notify(Listener.NOTIFICATION_TYPE type, org.corpus_tools.salt.graph.GRAPH_ATTRIBUTES attribute, Object oldValue, Object newValue, Object container)
Notifier object.type - type of the notification.attribute - determines the attribute typeoldValue - the value before the changenewValue - the value after the changecontainer - the object, which contains the changed objectCopyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.