Package ghidra.test
Class ScriptTaskListener
java.lang.Object
ghidra.test.ScriptTaskListener
- All Implemented Interfaces:
TaskListener
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
taskCancelled
(Task task) Notification that the task was canceled.void
taskCompleted
(Task task) Notification that the task completed.
-
Field Details
-
completed
protected volatile boolean completed -
scriptName
-
-
Method Details
-
taskCompleted
Description copied from interface:TaskListener
Notification that the task completed.- Specified by:
taskCompleted
in interfaceTaskListener
- Parameters:
task
- the task that was running and is now completed
-
taskCancelled
Description copied from interface:TaskListener
Notification that the task was canceled.- Specified by:
taskCancelled
in interfaceTaskListener
- Parameters:
task
- the task that was running and was canceled
-