Package ghidra.app.events
Class ProgramPostActivatedPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ProgramPostActivatedPluginEvent
Plugin event class for notification that plugin first pass processing of a newly activated
program is complete. More specifically, all plugins have received and had a chance
to react to a
ProgramActivatedPluginEvent
.-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionProgramPostActivatedPluginEvent
(String source, Program activeProgram) Constructor -
Method Summary
Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Constructor Details
-
ProgramPostActivatedPluginEvent
Constructor- Parameters:
source
- name of the plugin that created this eventactiveProgram
- the program that has been activated
-
-
Method Details
-
getActiveProgram
Return the new activated program. May be null.- Returns:
- null if the event if for a program closing.
-