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

    Modifier and Type
    Method
    Description
    void
    expired(E expiredObject)
    Adds a given event to the listener
  • Method Details

    • expired

      void expired(E expiredObject)
      Adds a given event to the listener
      Parameters:
      expiredObject - The expired event