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 Link icon

  • Constructor Details Link icon

    • ExternalProgramSelectionPluginEvent Link icon

      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 Link icon

    • getSelection Link icon

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

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