com.bankframe.services.cache
Interface CacheListener

All Known Implementing Classes:
CacheIndex

public interface CacheListener

Interface used to define an object which listens for CacheEvents.


Method Summary
 void cacheChanged(CacheEvent event)
          Listeners will implement this method to be notified of changes to cache
 

Method Detail

cacheChanged

public void cacheChanged(CacheEvent event)
Listeners will implement this method to be notified of changes to cache



Copyright © 2005, 2007, Oracle. All rights reserved.