Package ghidra.app.events
Class ViewChangedPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ViewChangedPluginEvent
Event for notifying plugins when the program view changes (what the
Code Browser shows in the listing window).
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionViewChangedPluginEvent
(String source, String treeName, AddressSet viewSet) Constructor for ViewChangedPluginEvent. -
Method Summary
Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent
-
Field Details
-
NAME
Name of the event.- See Also:
-
-
Constructor Details
-
ViewChangedPluginEvent
Constructor for ViewChangedPluginEvent.- Parameters:
source
- name of the plugin that created this eventtreeName
- name of the tree in the programviewSet
- set of addresses in the view
-
-
Method Details
-
getTreeName
Get the name of the tree where the view is from. -
getView
Get the address set in the view. -
toString
Returns a string for debugging purposes.- Overrides:
toString
in classPluginEvent
- See Also:
-