Interface KeyChangeListener<T>


  • public interface KeyChangeListener<T>
    • Method Detail

      • update

        void update​(Key oldKey,
                    Key newKey,
                    T t)