Class AbstractLocationPluginEvent

java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.AbstractLocationPluginEvent
Direct Known Subclasses:
ProgramLocationPluginEvent

public abstract class AbstractLocationPluginEvent extends PluginEvent
  • Constructor Details

    • AbstractLocationPluginEvent

      protected AbstractLocationPluginEvent(String sourceName, String eventName, ProgramLocation location, Program program)
      Construct a new event
      Parameters:
      sourceName - the name of the plugin that generated this event.
      eventName - the name of the event type
      location - the new location
      program - the program for which the location object refers.
  • Method Details

    • getLocation

      public ProgramLocation getLocation()
      Get the location stored in this event.
      Returns:
      the location
    • getProgram

      public Program getProgram()
      Get the program that the location refers to.
      Returns:
      the program
    • getDetails

      protected String getDetails()
      Overrides:
      getDetails in class PluginEvent