Package ghidra.framework.plugintool
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 ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the project that was opened or null if the project was closed.Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent, toString
-
Constructor Details
-
ProjectPluginEvent
Constructor- Parameters:
sourceName
- the name of source of the eventproject
- if non-null, the project that was opened; otherwise the current was closed.
-
-
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.
-