Class RunnableTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class RunnableTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      RunnableTask​(@NonNull java.lang.Runnable runnable)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void cancel()  
      static void dispose()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunnableTask

        public RunnableTask​(@NonNull
                            @NonNull java.lang.Runnable runnable)
    • Method Detail

      • cancel

        public static void cancel()
      • dispose

        public static void dispose()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable