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 Type
    Method
    Description
    This 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.