Package ai.preferred.venom
Interface Interruptible
-
- All Known Subinterfaces:
WorkerManager
- All Known Implementing Classes:
Crawler,ThreadedWorkerManager
public interface Interruptible- Author:
- Ween Jiann Lee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterrupt()Interrupt the underlying mechanisms of the class.
-