Package ghidra.test

Class ScriptTaskListener

  • All Implemented Interfaces:
    TaskListener

    public class ScriptTaskListener
    extends java.lang.Object
    implements TaskListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean completed  
      protected java.lang.String scriptName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void taskCancelled​(Task task)
      Notification that the task was canceled.
      void taskCompleted​(Task task)
      Notification that the task completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • completed

        protected volatile boolean completed
      • scriptName

        protected java.lang.String scriptName
    • Method Detail

      • 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