Class DefaultHotKeyHandler

java.lang.Object
de.hybris.platform.cockpit.session.impl.DefaultHotKeyHandler
All Implemented Interfaces:
CockpitHotKeyHandler
Direct Known Subclasses:
AbstractWidgetHotKeyHandler

public class DefaultHotKeyHandler extends Object implements CockpitHotKeyHandler
  • Constructor Details

    • DefaultHotKeyHandler

      public DefaultHotKeyHandler()
  • Method Details

    • handleHotKey

      public void handleHotKey(Object data)
      Description copied from interface: CockpitHotKeyHandler
      Called when a registered hot key is pressed.
      Specified by:
      handleHotKey in interface CockpitHotKeyHandler
      Parameters:
      data - hot key information - typically a String representing the action code
    • isBusyListener

      public boolean isBusyListener()
      Description copied from interface: CockpitHotKeyHandler
      Returns whether busy listener mechanism should be used when handling keyboard shortcut events or not.
      Specified by:
      isBusyListener in interface CockpitHotKeyHandler
      Returns:
      true if busy listener should be used, false otherwise