Package burp.api.montoya.ui.contextmenu
Interface ComponentEvent
-
- All Known Subinterfaces:
ContextMenuEvent
public interface ComponentEventThis interface describes an action or event that has occurred with a user interface component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.event.InputEventinputEvent()This method can be used to retrieve the native Java input event that was the trigger for the context menu invocation.
-