Package ghidra.test

Class ScriptTaskListener

java.lang.Object
ghidra.test.ScriptTaskListener
All Implemented Interfaces:
TaskListener

public class ScriptTaskListener extends Object implements TaskListener
  • Field Details

    • completed

      protected volatile boolean completed
    • scriptName

      protected String scriptName
  • Method Details

    • taskCompleted

      public void taskCompleted(Task task)
      Description copied from interface: TaskListener
      Notification that the task completed.
      Specified by:
      taskCompleted in interface TaskListener
      Parameters:
      task - the task that was running and is now completed
    • taskCancelled

      public void taskCancelled(Task task)
      Description copied from interface: TaskListener
      Notification that the task was canceled.
      Specified by:
      taskCancelled in interface TaskListener
      Parameters:
      task - the task that was running and was canceled