Interface AuditIssueContextMenuEvent

All Superinterfaces:
ComponentEvent, InvocationSource, ToolSource

public interface AuditIssueContextMenuEvent extends ComponentEvent, ToolSource, InvocationSource
  • Method Details

    • selectedIssues

      List<AuditIssue> selectedIssues()
      This method can be used to retrieve details of the Scanner audit issues that were selected by the user when the context menu was invoked. This will return an empty list if no issues are applicable to the invocation.
      Returns:
      a List of AuditIssue objects representing the items that were shown or selected by the user when the context menu was invoked.