Package burp.api.montoya.ui.contextmenu
Interface InvocationSource
- All Known Subinterfaces:
AuditIssueContextMenuEvent
,ContextMenuEvent
public interface InvocationSource
Provides information about the source from which a context menu was invoked.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFrom
(InvocationType... invocationType) A helper method to allow the extension to ask if the context is within a set of locations.
-
Method Details
-
invocationType
InvocationType invocationType()- Returns:
- An instance of
InvocationType
which provides the current location of the context menu being invoked.
-