Package burp.api.montoya.ui.contextmenu
Interface ContextMenuItemsProvider
public interface ContextMenuItemsProvider
This interface allows extensions to implement and register a provider for custom context menu items.
-
Method Summary
Modifier and TypeMethodDescriptionprovideMenuItems(ContextMenuEvent event) Invoked by Burp Suite when the user requests a context menu anywhere in the user interface.
-
Method Details