Interface CockpitHotKeyHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleHotKey​(java.lang.Object data)
      Called when a registered hot key is pressed.
      boolean isBusyListener()
      Returns whether busy listener mechanism should be used when handling keyboard shortcut events or not.
    • Method Detail

      • handleHotKey

        void handleHotKey​(java.lang.Object data)
        Called when a registered hot key is pressed.
        Parameters:
        data - hot key information - typically a String representing the action code
      • isBusyListener

        boolean isBusyListener()
        Returns whether busy listener mechanism should be used when handling keyboard shortcut events or not.
        Returns:
        true if busy listener should be used, false otherwise