Package ghidra.app.events
Class DualProgramLocationPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.DualProgramLocationPluginEvent
This plugin event class provides program location information for
plugins that send information to two or more tools containing associated addresses.
-
Field Summary
FieldsFields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionDualProgramLocationPluginEvent
(String src, ProgramLocation loc, Program program) Construct a new DualProgramLocationPluginEvent.DualProgramLocationPluginEvent
(String src, ProgramLocation loc, String programName) Construct a new DualProgramLocationPluginEvent. -
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
Name of this plugin event.- See Also:
-
-
Constructor Details
-
DualProgramLocationPluginEvent
Construct a new DualProgramLocationPluginEvent.- Parameters:
src
- the name of the plugin that generated this event.loc
- the ProgramLocation object that contains the new location.programName
- the name of the program for which the loc object refers.
-
DualProgramLocationPluginEvent
Construct a new DualProgramLocationPluginEvent.- 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. -
getProgramName
Returns the Program object that the location refers to.
-