Package org.eclipse.team.core
Interface ICacheListener
public interface ICacheListener
Listener that, when registered with a cache, gets invoked
when the cache is disposed.
Clients may implement this interface.
- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheDisposed
(ICache cache) The given cache has been disposed.
-
Method Details
-
cacheDisposed
The given cache has been disposed.- Parameters:
cache
- the cache that was disposed
-