public class NDefaultProgressRunner extends Object implements NProgressRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
NDefaultProgressRunner.ContextImpl |
NProgressRunner.Context| Constructor and Description |
|---|
NDefaultProgressRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Consumer<NProgressRunner.Context> processor) |
void |
add(Consumer<NProgressRunner.Context> processor,
double weight) |
void |
add(Runnable processor) |
void |
add(Runnable processor,
double weight) |
void |
run() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic void add(Consumer<NProgressRunner.Context> processor, double weight)
add in interface NProgressRunnerpublic void add(Consumer<NProgressRunner.Context> processor)
add in interface NProgressRunnerpublic void add(Runnable processor, double weight)
add in interface NProgressRunnerpublic void add(Runnable processor)
add in interface NProgressRunnerpublic void run()
run in interface NProgressRunnerCopyright © 2026 vpc open source initiative. All rights reserved.