Package ghidra.app.events
Class ProgramSelectionPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.AbstractSelectionPluginEvent
ghidra.app.events.ProgramSelectionPluginEvent
Plugin event generated when the selection in a program changes.
-
Field Summary
FieldsFields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionProgramSelectionPluginEvent
(String src, ProgramSelection sel, Program program) Construct a new plugin event -
Method Summary
Methods inherited from class ghidra.app.events.AbstractSelectionPluginEvent
getDetails, getProgram, getSelection
Methods inherited from class ghidra.framework.plugintool.PluginEvent
getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Field Details
-
NAME
The name of this plugin event.- See Also:
-
-
Constructor Details
-
ProgramSelectionPluginEvent
Construct a new plugin event- Parameters:
src
- the name of the plugin that generated this eventsel
- the program selectionprogram
- the program associated with this event
-