org.apache.mina.util
Interface ExpirationListener


public interface ExpirationListener

A listener for expired object events.

Author:
The Apache Directory Project (mina-dev@directory.apache.org) TODO Make this a inner interface of ExpiringMap

Method Summary
 void expired(Object expiredObject)
           
 

Method Detail

expired

void expired(Object expiredObject)


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