SK.gnome.dwarf.utils.cache
Interface Cacheable


public interface Cacheable

Provides an extended functionality for the cached objects.

Cached objects may implement this interface to provide an extended functionality.


Nested Class Summary
static class Cacheable.CacheEvent
          The cache event.
 
Method Summary
 void handleCacheEvent(Cacheable.CacheEvent event)
          Handles the given cache event.
 

Method Detail

handleCacheEvent

public void handleCacheEvent(Cacheable.CacheEvent event)
Handles the given cache event.

Parameters:
event - the cache event


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.