Class ProgramHighlightPluginEvent


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

      • ProgramHighlightPluginEvent

        public ProgramHighlightPluginEvent​(java.lang.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 Detail

      • 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.