Interface HotKeyEvent

All Superinterfaces:
ComponentEvent, InvocationSource, ToolSource

public interface HotKeyEvent extends ComponentEvent, ToolSource, InvocationSource
Provides useful contextual information from events triggered by hot keys HotKeyHandler.
  • Method Details

    • messageEditorRequestResponse

      Optional<MessageEditorHttpRequestResponse> messageEditorRequestResponse()
      This method can be used to retrieve details of the currently selected HTTP request/response when the hot key was invoked.
      Returns:
      an Optional describing the currently selected request response with selection metadata.