Eclipse Platform
Release 3.2

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

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/Team team.

Since:
3.2

Method Summary
 void cacheDisposed(ICache cache)
          The given cache has been disposed.
 

Method Detail

cacheDisposed

public void cacheDisposed(ICache cache)
The given cache has been disposed.


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.