Interface Callback<K,V>

All Known Implementing Classes:
ObjectCallback

public interface Callback<K,V>
  • Method Summary

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

    • handle

      void handle(K key, V value)