Package ghidra.framework.plugintool.util
Interface PluginEventListener
- All Known Implementing Classes:
ComponentInfoPlugin,DataTypeArchiveMergeManagerPlugin,DataTypeDecompilerHoverPlugin,DbViewerPlugin,DomainEventDisplayPlugin,DomainFolderChangesDisplayPlugin,DWARFExternalDebugFilesPlugin,EventDisplayPlugin,FileSystemBrowserPlugin,FrontEndPlugin,FunctionSignatureDecompilerHoverPlugin,GenerateOldLanguagePlugin,ImporterPlugin,JavaHelpPlugin,JythonPlugin,ListingMergePanelPlugin,MemorySearchPlugin,MergeManagerPlugin,MnemonicSearchPlugin,Plugin,ProgramMergeManagerPlugin,ProgramPlugin,PropertyManagerPlugin,PyGhidraPlugin,ReferenceDecompilerHoverPlugin,RuntimeInfoPlugin,ScalarValueDecompilerHoverPlugin,ScreenshotPlugin,ThemeManagerPlugin,WindowLocationPlugin
public interface PluginEventListener
Listener that is notified when an event is generated.
-
Method Summary
Modifier and TypeMethodDescriptionvoideventSent(PluginEvent event) Notification that the given plugin event was sent.
-
Method Details
-
eventSent
Notification that the given plugin event was sent.- Parameters:
event- plugin event that was sent
-