Package ghidra.app.events
Class ProgramActivatedPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ProgramActivatedPluginEvent
Plugin event class for notification of programs being created, opened, or
closed.
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionProgramActivatedPluginEvent
(String source, Program activeProgram) Construct a new plugin event. -
Method Summary
Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Constructor Details
-
ProgramActivatedPluginEvent
Construct a new plugin event.- Parameters:
source
- name of the plugin that created this eventactiveProgram
- the program associated with this event
-
-
Method Details