Interface ComponentEvent
- All Known Subinterfaces:
AuditIssueContextMenuEvent,ContextMenuEvent,HotKeyEvent,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
InputEventthat was the trigger for the context menu invocation.
-