Class ProgramHighlightPluginEvent

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

public final class ProgramHighlightPluginEvent extends PluginEvent
Plugin event generated when the highlight in a program changes.
  • Field Details

  • Constructor Details

    • ProgramHighlightPluginEvent

      public ProgramHighlightPluginEvent(String src, ProgramSelection hl, Program program)
      Construct a new event.
      Parameters:
      src - name of the plugin that generated the event
      hl - Program selection containing the selected address set.
      program - program being highlighted
  • Method Details

    • getHighlight

      public ProgramSelection getHighlight()
      Returns the program selection contained in this event.
      Returns:
      ProgramSelection contained in this event.
    • getProgram

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