Interface Cancellable

All Known Subinterfaces:
PluginTask<V>

public interface Cancellable
A Cancellable is used to cancel a task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the task bound to this Cancellable.
  • Method Details

    • cancel

      void cancel()
      Cancels the task bound to this Cancellable.