Package org.apache.mina.util
Interface ExpirationListener<E>
-
- Type Parameters:
E
- The event type
public interface ExpirationListener<E>
A listener for expired object events.- Author:
- Apache MINA Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
expired(E expiredObject)
Adds a given event to the listener
-
-
-
Method Detail
-
expired
void expired(E expiredObject)
Adds a given event to the listener- Parameters:
expiredObject
- The expired event
-
-