Uses of Interface
org.mapdb.Bind.MapListener

Uses of Bind.MapListener in org.mapdb
 

Fields in org.mapdb declared as Bind.MapListener
protected  Bind.MapListener<K,V>[] BTreeMap.modListeners
           
protected  Bind.MapListener<K,V>[] HTreeMap.modListeners
           
 

Methods in org.mapdb with parameters of type Bind.MapListener
 void BTreeMap.modificationListenerAdd(Bind.MapListener<K,V> listener)
           
 void Bind.MapWithModificationListener.modificationListenerAdd(Bind.MapListener<K,V> listener)
          Add new modification listener notified when Map has been updated
 void HTreeMap.modificationListenerAdd(Bind.MapListener<K,V> listener)
           
 void BTreeMap.modificationListenerRemove(Bind.MapListener<K,V> listener)
           
 void Bind.MapWithModificationListener.modificationListenerRemove(Bind.MapListener<K,V> listener)
          Remove registered notification listener
 void HTreeMap.modificationListenerRemove(Bind.MapListener<K,V> listener)
           
 



Copyright © 2014. All Rights Reserved.