K - key type in mapV - value type in mappublic static interface Bind.MapListener<K,V>
Map is modified.void update(K key, V oldVal, V newVal)
Map was modified.
It is called on insert, update or delete.
MapDB collections do not support null keys or values.
Null parameter may be than used to indicate operation:key - key in mapoldVal - old value in map (if any, null on inserts)newVal - new value in map (if any, null on deletes)Copyright © 2015. All Rights Reserved.