Interface SpaceListener<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void notify​(K key, V value)
      Called by Space implementation whenever an object with the given key is being placed in the Space.
    • Method Detail

      • notify

        void notify​(K key,
                    V value)

        Called by Space implementation whenever an object with the given key is being placed in the Space.

        Parameters:
        key - Object's key
        value - Object's value