Package ghidra.app.events
Class ExternalProgramSelectionPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ExternalProgramSelectionPluginEvent
Plugin event generated when a tool receives an
ProgramSelectionToolEvent; the selection in the external tool has
changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of this plugin event.static final String
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionExternalProgramSelectionPluginEvent
(String src, ProgramSelection sel, Program program) Construct a new event. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Program object that the selection refers to.Get the selection for this event.Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Field Details
-
NAME
The name of this plugin event.- See Also:
-
TOOL_EVENT_NAME
- See Also:
-
-
Constructor Details
-
ExternalProgramSelectionPluginEvent
Construct a new event.- Parameters:
src
- source of this eventsel
- selectionprogram
- program that is open
-
-
Method Details
-
getSelection
Get the selection for this event. -
getProgram
Returns the Program object that the selection refers to.
-