Interface TimeoutMap.Listener<K,V>

Enclosing interface:
TimeoutMap<K,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TimeoutMap.Listener<K,V>
  • Method Details

    • timeoutMapEvent

      void timeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value)
      Callback when the map changes content
      Parameters:
      key - the item key
      value - the item value