Interface ExpirationListener<E>

  • Type Parameters:
    E - The event type

    public interface ExpirationListener<E>
    A listener for expired object events.
    Author:
    Apache MINA Project
    • Method Detail

      • expired

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