Package ghidra.app.events
Class ProgramHighlightPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.AbstractHighlightPluginEvent
ghidra.app.events.ProgramHighlightPluginEvent
Plugin event generated when the highlight in a program changes.
-
Field Summary
FieldsFields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionProgramHighlightPluginEvent
(String src, ProgramSelection hl, Program program) Construct a new event. -
Method Summary
Methods inherited from class ghidra.app.events.AbstractHighlightPluginEvent
getDetails, getHighlight, getProgram
Methods inherited from class ghidra.framework.plugintool.PluginEvent
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
-