Interface ComponentEvent

  • All Known Subinterfaces:
    ContextMenuEvent

    public interface ComponentEvent
    This 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.InputEvent inputEvent()
      This method can be used to retrieve the native Java input event that was the trigger for the context menu invocation.
    • Method Detail

      • inputEvent

        java.awt.event.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.