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