Package tigase.map
Interface DMapListener<K,V>
-
public interface DMapListener<K,V>Created by bmalkow on 04.12.2015.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAddItem(K key, V value)voidonClear()voidonRemove(K key, V value)
-