Package com.intellij.util.containers
Interface ObjectCache.DeletedPairsListener
-
- All Superinterfaces:
EventListener
- Enclosing class:
- ObjectCache<K,V>
public static interface ObjectCache.DeletedPairsListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
objectRemoved(Object key, Object value)
-