|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IContextMenuFactory
instead.
@Deprecated public interface IMenuItemHandler
Extensions can implement this interface and then call
IBurpExtenderCallbacks.registerMenuItem()
to register a custom
context menu item.
Method Summary | |
---|---|
void |
menuItemClicked(java.lang.String menuItemCaption,
IHttpRequestResponse[] messageInfo)
Deprecated. This method is invoked by Burp Suite when the user clicks on a custom menu item which the extension has registered with Burp. |
Method Detail |
---|
void menuItemClicked(java.lang.String menuItemCaption, IHttpRequestResponse[] messageInfo)
menuItemCaption
- The caption of the menu item which was clicked.
This parameter enables extensions to provide a single implementation
which handles multiple different menu items.messageInfo
- Details of the HTTP message(s) for which the context
menu was displayed.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |