Package ghidra.util

Interface TrackedTaskListener


  • public interface TrackedTaskListener
    • Method Detail

      • taskAdded

        void taskAdded​(Task task)
        A callback for when a Task is starting to be tracked.
        Parameters:
        task - The task being tracked.
      • taskRemoved

        void taskRemoved​(Task task)
        A callback when a task is no longer being tracked.
        Parameters:
        task - The task that is no longer tracked.