Class InstrumentedTask

  • All Implemented Interfaces:
    java.lang.Runnable

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

      Constructors 
      Constructor Description
      InstrumentedTask​(java.lang.Runnable task, java.lang.Runnable onComplete)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InstrumentedTask

        public InstrumentedTask​(@NonNull
                                java.lang.Runnable task,
                                @Nullable
                                java.lang.Runnable onComplete)
    • Method Detail

      • run

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

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object