Class EventDisplayPlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.debug.EventDisplayPlugin
All Implemented Interfaces:
PluginEventListener, ServiceListener, ExtensionPoint

public class EventDisplayPlugin extends Plugin
Plugin to demonstrate handling of Program within a plugin and how to set up the list of consumed plugin events.
  • Constructor Details

    • EventDisplayPlugin

      public EventDisplayPlugin(PluginTool tool)
      Constructor
  • Method Details

    • dispose

      protected void dispose()
      Description copied from class: Plugin
      Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
      Overrides:
      dispose in class Plugin
    • processEvent

      public void processEvent(PluginEvent event)
      Put event processing code here.
      Overrides:
      processEvent in class Plugin
      Parameters:
      event - plugin to process