Class DomainEventDisplayPlugin

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

public class DomainEventDisplayPlugin extends Plugin implements DomainObjectListener
Debug Plugin to show domain object change events.
  • Constructor Details

    • DomainEventDisplayPlugin

      public DomainEventDisplayPlugin(PluginTool tool)
  • Method Details

    • processEvent

      public void processEvent(PluginEvent event)
      Description copied from class: Plugin
      Method called to process a plugin event. Plugins should override this method if the plugin processes PluginEvents;
      Overrides:
      processEvent in class Plugin
      Parameters:
      event - plugin to process
    • dispose

      public 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
    • domainObjectChanged

      public void domainObjectChanged(DomainObjectChangedEvent ev)
      Description copied from interface: DomainObjectListener
      Method called when a change is made to the domain object.
      Specified by:
      domainObjectChanged in interface DomainObjectListener
      Parameters:
      ev - event containing the change record and type of change that was made