Uses of Interface
org.eclipse.team.core.ICacheListener
Packages that use ICacheListener
Package
Description
Application programming interfaces for defining and working with repository providers.
-
Uses of ICacheListener in org.eclipse.team.core
Methods in org.eclipse.team.core with parameters of type ICacheListenerModifier and TypeMethodDescriptionvoidICache.addCacheListener(ICacheListener listener) Add a listener to the cache that will receive notification when the cache is disposed.voidICache.removeCacheListener(ICacheListener listener) Remove the listener.voidICache.removeDisposeListener(ICacheListener listener) Deprecated.
ICache.removeCacheListener(ICacheListener)