Package ghidra.app.events
Class ProgramHighlightPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ProgramHighlightPluginEvent
Plugin event generated when the highlight in a program changes.
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionProgramHighlightPluginEvent
(String src, ProgramSelection hl, Program program) Construct a new event. -
Method Summary
Modifier and TypeMethodDescriptionReturns the program selection contained in this event.Returns the Program object that the highlight refers to.Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ProgramHighlightPluginEvent
Construct a new event.- Parameters:
src
- name of the plugin that generated the eventhl
- Program selection containing the selected address set.program
- program being highlighted
-
-
Method Details
-
getHighlight
Returns the program selection contained in this event.- Returns:
- ProgramSelection contained in this event.
-
getProgram
Returns the Program object that the highlight refers to.- Returns:
- the Program object that the highlight refers to.
-