Class ProgramPostActivatedPluginEvent

java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.ProgramPostActivatedPluginEvent

public class ProgramPostActivatedPluginEvent extends PluginEvent
Plugin event class for notification that plugin first pass processing of a newly activated program is complete. More specifically, all plugins have received and had a chance to react to a ProgramActivatedPluginEvent.
  • Constructor Details

    • ProgramPostActivatedPluginEvent

      public ProgramPostActivatedPluginEvent(String source, Program activeProgram)
      Constructor
      Parameters:
      source - name of the plugin that created this event
      activeProgram - the program that has been activated
  • Method Details

    • getActiveProgram

      public Program getActiveProgram()
      Return the new activated program. May be null.
      Returns:
      null if the event if for a program closing.