Package ghidra.framework.plugintool.util
Interface PluginEventListener
- All Known Implementing Classes:
DataTypeArchiveMergeManagerPlugin,DataTypeDecompilerHoverPlugin,DbViewerPlugin,DomainEventDisplayPlugin,DomainFolderChangesDisplayPlugin,DWARFExternalDebugFilesPlugin,EventDisplayPlugin,FileSystemBrowserPlugin,FrontEndPlugin,FunctionSignatureDecompilerHoverPlugin,GenerateOldLanguagePlugin,ImporterPlugin,JavaHelpPlugin,ListingMergePanelPlugin,MemoryUsagePlugin,MergeManagerPlugin,Plugin,ProgramMergeManagerPlugin,ProgramPlugin,PropertyManagerPlugin,PythonPlugin,ReferenceDecompilerHoverPlugin,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
-