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.

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.

Parameters:
cache - the cache that was disposed

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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