Interface CancelableRunnable

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    NextBidTask

    public interface CancelableRunnable
    extends java.lang.Runnable
    A Runnable interface that can be canceled.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Nov 08, 2016
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Cancel the execution of the Runnable.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • cancel

        void cancel()
        Cancel the execution of the Runnable.