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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cacheDisposed(ICache cache)
The given cache has been disposed.
-
-
-
Method Detail
-
cacheDisposed
void cacheDisposed(ICache cache)
The given cache has been disposed.- Parameters:
cache
- the cache that was disposed
-
-