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
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this plugin event.static final StringFields inherited from class PluginEvent
EXTERNAL_SOURCE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionExternalProgramSelectionPluginEvent(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 PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Field Details
-
NAME
-
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.
-