K - key type in mapV - value type in mappublic static interface Bind.MapWithModificationListener<K,V>
extends java.util.Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
modificationListenerAdd(Bind.MapListener<K,V> listener)
Add new modification listener notified when Map has been updated
|
void |
modificationListenerRemove(Bind.MapListener<K,V> listener)
Remove registered notification listener
|
long |
sizeLong() |
void modificationListenerAdd(Bind.MapListener<K,V> listener)
listener - callback interface notified when map changesvoid modificationListenerRemove(Bind.MapListener<K,V> listener)
listener - callback interface notified when map changeslong sizeLong()