Package ghidra.test

Class ScriptTaskListener

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

public class ScriptTaskListener extends Object implements TaskListener
  • Field Details Link icon

    • completed Link icon

      protected volatile boolean completed
    • scriptName Link icon

      protected String scriptName
  • Method Details Link icon

    • taskCompleted Link icon

      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 Link icon

      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