Class ProjectPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.framework.plugintool.ProjectPluginEvent
Plugin event for notifying when a project is opened or closed. Note this is only applicable for
FrontEndTool plugins.
-
Field Summary
Fields inherited from class PluginEvent
EXTERNAL_SOURCE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the project that was opened or null if the project was closed.Methods inherited from class PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Constructor Details
-
ProjectPluginEvent
-
-
Method Details
-
getProject
Returns the project that was opened or null if the project was closed.- Returns:
- the project that was opened or null if the project was closed.
-