Package ghidra.util.task
Interface CancelledListener
-
- All Known Implementing Classes:
GTaskMonitor
public interface CancelledListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancelled()
Provides notification when a task is cancelled.
-