Interface Cancellable
- All Known Subinterfaces:
PluginTask<V>
public interface Cancellable
A
Cancellable is used to cancel a task.-
Method Summary
-
Method Details
-
cancel
void cancel()Cancels the task bound to thisCancellable.
-