Interface Cancellable

  • All Superinterfaces:
    Runnable

    public interface Cancellable
    extends Runnable
    Interface to cancel a Runnable callback.
    Since:
    2.1
    • Method Detail

      • cancel

        void cancel()
        Cancels the execution of this Runnable callback. This method has no effect if this has already executed.