Package burp.api.montoya.ui.contextmenu
Interface ComponentEvent
- All Known Subinterfaces:
AuditIssueContextMenuEvent
,ContextMenuEvent
,WebSocketContextMenuEvent
,WebSocketEditorEvent
public interface ComponentEvent
This interface describes an action or event that has occurred with a user interface component.
-
Method Summary
Modifier and TypeMethodDescriptionThis method can be used to retrieve the native Java input event that was the trigger for the context menu invocation.
-
Method Details
-
inputEvent
InputEvent inputEvent()This method can be used to retrieve the native Java input event that was the trigger for the context menu invocation.- Returns:
- The
InputEvent
that was the trigger for the context menu invocation.
-