public class InstrumentedTask extends Object implements Runnable
InstrumentedTask(Runnable task, Runnable onComplete)
void
run()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public InstrumentedTask(@NonNull Runnable task, @Nullable Runnable onComplete)
public void run()
run
Runnable
@NonNull public String toString()
toString
Object