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 PluginEvent
EXTERNAL_SOURCE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionProgramPostActivatedPluginEvent(String source, Program activeProgram) Constructor -
Method Summary
Methods inherited from class PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Constructor Details
-
ProgramPostActivatedPluginEvent
-
-
Method Details
-
getActiveProgram
Return the new activated program. May be null.- Returns:
- null if the event if for a program closing.
-