org.apache.mina.util
Interface ExpirationListener<E>


public interface ExpirationListener<E>

A listener for expired object events.

Version:
$Rev: 589932 $, $Date: 2007-10-30 02:50:39 +0100 (Tue, 30 Oct 2007) $ TODO Make this a inner interface of ExpiringMap
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 void expired(E expiredObject)
           
 

Method Detail

expired

void expired(E expiredObject)


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.