Interface ExpirationListener<E>
- Type Parameters:
E- The event type
- All Known Implementing Classes:
ExpiringSessionRecycler.DefaultExpirationListener
public interface ExpirationListener<E>
A listener for expired object events.
-
Method Summary
-
Method Details
-
expired
Adds a given event to the listener- Parameters:
expiredObject- The expired event
-