qflib 0.98.0

de.qfs.lib.util
Interface MRUCacheListener

All Superinterfaces:
java.util.EventListener

public interface MRUCacheListener
extends java.util.EventListener

A listener for resources dropped from an MRUCache.

Since:
0.98.0
Version:
$Revision: 1.1 $
Author:
Gregor Schmid

Method Summary
 void resourceDropped(MRUCacheEvent event)
          Notify the listener about an object dropped from the MRUCache.
 

Method Detail

resourceDropped

public void resourceDropped(MRUCacheEvent event)
Notify the listener about an object dropped from the MRUCache.
Parameters:
event - The event containing the details.

qflib 0.98.0