Package ghidra.app.events
Class ExternalReferencePluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ExternalReferencePluginEvent
Plugin event used to navigate to a location in another program when following
a external reference.
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionExternalReferencePluginEvent
(String src, ExternalLocation extLoc, String programPath) Construct a new plugin event. -
Method Summary
Modifier and TypeMethodDescriptionGet the external location for this event.Returns the program path nameMethods 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:
-
-
Constructor Details
-
ExternalReferencePluginEvent
Construct a new plugin event.- Parameters:
src
- name of the source of this eventextLoc
- the external location to followprogramPath
- The ghidra path name of the program file to go to.
-
-
Method Details
-
getExternalLocation
Get the external location for this event.- Returns:
- the external location
-
getProgramPath
Returns the program path name- Returns:
- String containing the program path name.
-