Interface KeyChangeListener<T>


public interface KeyChangeListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(Key oldKey, Key newKey, T t)
     
  • Method Details

    • update

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