com.android.repository.api
Interface ProgressRunner.ProgressRunnable

Enclosing interface:
ProgressRunner

public static interface ProgressRunner.ProgressRunnable

Interface for tasks that can show their progress using a ProgressIndicator.


Method Summary
 void run(ProgressIndicator indicator, ProgressRunner runner)
           
 

Method Detail

run

void run(@NonNull
         ProgressIndicator indicator,
         @NonNull
         ProgressRunner runner)