Interface HotKeyHandler


public interface HotKeyHandler
This interface allows extensions to handle hot key events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked by Burp Suite when the user invokes a hot key in the user interface.
  • Method Details

    • handle

      void handle(HotKeyEvent event)
      Invoked by Burp Suite when the user invokes a hot key in the user interface.
      Parameters:
      event - the hot key event HotKeyEvent