Class ExternalProgramSelectionPluginEvent

java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ExternalProgramSelectionPluginEvent

public final class ExternalProgramSelectionPluginEvent extends PluginEvent
Plugin event generated when a tool receives an ProgramSelectionToolEvent; the selection in the external tool has changed.
  • Field Details

  • Constructor Details

    • ExternalProgramSelectionPluginEvent

      public ExternalProgramSelectionPluginEvent(String src, ProgramSelection sel, Program program)
      Construct a new event.
      Parameters:
      src - source of this event
      sel - selection
      program - program that is open
  • Method Details

    • getSelection

      public ProgramSelection getSelection()
      Get the selection for this event.
    • getProgram

      public Program getProgram()
      Returns the Program object that the selection refers to.