Interface KeysController

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void selectionChanged​(java.lang.String newSelection, java.lang.String oldSelection)
      Method which controls the change of the selected key.
    • Method Detail

      • selectionChanged

        void selectionChanged​(java.lang.String newSelection,
                              java.lang.String oldSelection)
        Method which controls the change of the selected key.
        Parameters:
        newSelection - The new selected key.
        oldSelection - The old selected key.