Interface RemoveListener<T>


  • public interface RemoveListener<T>
    Notification mechanism for bean removals.
    Author:
    Paul Ferraro
    • Method Detail

      • removed

        void removed​(T bean)