Package ghidra.app.events
Class ExternalProgramLocationPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ExternalProgramLocationPluginEvent
Plugin event that is generated when a tool receives an external
ProgramLocationToolEvent.
-
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
ConstructorDescriptionExternalProgramLocationPluginEvent
(String src, ProgramLocation loc, Program program) Construct a new ProgramLocationEvent. -
Method Summary
Modifier and TypeMethodDescriptionReturns the ProgramLocation stored in this event.Returns the Program object that the location refers to.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
-
ExternalProgramLocationPluginEvent
Construct a new ProgramLocationEvent.- Parameters:
src
- the name of the plugin that generated this event.loc
- the ProgramLocation object that contains the new location.program
- the Program for which the loc object refers.
-
-
Method Details
-
getLocation
Returns the ProgramLocation stored in this event. -
getProgram
Returns the Program object that the location refers to.
-