Package tigase.map

Interface DMapListener<K,V>


public interface DMapListener<K,V>
Created by bmalkow on 04.12.2015.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAddItem(K key, V value)
     
    void
     
    void
    onRemove(K key, V value)
     
  • Method Details

    • onAddItem

      void onAddItem(K key, V value)
    • onClear

      void onClear()
    • onRemove

      void onRemove(K key, V value)