Package ghidra.app.events
Class ProgramSelectionPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ProgramSelectionPluginEvent
Plugin event generated when the selection in a program changes.
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionProgramSelectionPluginEvent
(String src, ProgramSelection sel, Program program) Construct a new plugin event -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the Program object that the selection refers to.Returns the program selection contained in this event.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
-
-
Method Details
-
getSelection
Returns the program selection contained in this event.- Returns:
- ProgramSelection the program selection in this event.
-
getProgram
Returns the Program object that the selection refers to. -
getDetails
- Overrides:
getDetails
in classPluginEvent
-