Class ProgramHighlightPluginEvent


public final class ProgramHighlightPluginEvent extends AbstractHighlightPluginEvent
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