Interface ActivationListener<K>

  • Type Parameters:
    K - the key type
    All Known Subinterfaces:
    FunctionalActivationListener<K>

    public interface ActivationListener<K>
    TODO JavaDoc
    • Method Detail

      • activated

        void activated​(K key)
      • deactivated

        void deactivated​(K key)