IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.cache
Interface InvalidationListener

All Superinterfaces:
java.util.EventListener

public interface InvalidationListener
extends java.util.EventListener

The listener interface for removing cache entry from the cache.


Method Summary
 void fireEvent(InvalidationEvent e)
          Invoked when the cache is removed from the cache
 

Method Detail

fireEvent

void fireEvent(InvalidationEvent e)
Invoked when the cache is removed from the cache


IBM WebSphere Application ServerTM
Release 8