public abstract class EMapAdapter<K,V>
extends EContentAdapter
Constructor and Description |
---|
EMapAdapter(EStructuralFeature feature) |
Modifier and Type | Method and Description |
---|---|
protected void |
addAdapter(Notifier notifier)
Prevents attaching to wrong kind of notifier.
|
protected void |
doNotifyChanged(Notification notification) |
protected void |
entryAdded(java.util.Map.Entry<K,V> entry) |
protected void |
entryRemoved(java.util.Map.Entry<K,V> entry) |
protected void |
keyChanged(java.util.Map.Entry<K,V> newEntry,
K oldKey,
K newKey) |
void |
notifyChanged(Notification notification) |
protected void |
valueChanged(java.util.Map.Entry<K,V> newEntry,
V oldValue,
V newValue) |
Copyright (c) 2015 itemis AG, and others. All rights reserved.