Interface HotKeyEventHandler

All Superinterfaces:
BrowserEventHandler

public interface HotKeyEventHandler extends BrowserEventHandler
Hotkey press event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Hotkey press event handler
  • Method Details

    • onHotKeyPressed

      void onHotKeyPressed(HotKeyEvent event)

      Hotkey press event handler

      The event handler will be called, when the user presses a hotkey combination, that is assigned to the component

      Parameters:
      event - The event object
      See Also: