Package ghidra.framework.plugintool.util
Interface PluginEventListener
-
- All Known Implementing Classes:
DataTypeArchiveMergeManagerPlugin,DataTypeDecompilerHoverPlugin,FileSystemBrowserPlugin,FrontEndPlugin,FunctionSignatureDecompilerHoverPlugin,ImporterPlugin,ListingMergePanelPlugin,MergeManagerPlugin,Plugin,ProgramMergeManagerPlugin,ghidra.app.plugin.ProgramPlugin,PythonPlugin,ReferenceDecompilerHoverPlugin,ScalarValueDecompilerHoverPlugin
public interface PluginEventListenerListener that is notified when an event is generated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventSent(PluginEvent event)Notification that the given plugin event was sent.
-
-
-
Method Detail
-
eventSent
void eventSent(PluginEvent event)
Notification that the given plugin event was sent.- Parameters:
event- plugin event that was sent
-
-