Package burp.api.montoya.ui.hotkey
Interface HotKeyHandler
public interface HotKeyHandler
This interface allows extensions to handle hot key events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(HotKeyEvent event) Invoked by Burp Suite when the user invokes a hot key in the user interface.
-
Method Details
-
handle
Invoked by Burp Suite when the user invokes a hot key in the user interface.- Parameters:
event
- the hot key eventHotKeyEvent
-