public interface SpaceListener<K,V>
Space
void
notify(K key, V value)
void notify(K key, V value)
Called by Space implementation whenever an object with the given key is being placed in the Space.
key
value