public class NDefaultProgressRunner extends Object implements net.thevpc.nuts.time.NProgressRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
NDefaultProgressRunner.ContextImpl |
| Constructor and Description |
|---|
NDefaultProgressRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Consumer<net.thevpc.nuts.time.NProgressRunner.Context> processor) |
void |
add(Consumer<net.thevpc.nuts.time.NProgressRunner.Context> processor,
double weight) |
void |
add(Runnable processor) |
void |
add(Runnable processor,
double weight) |
void |
run() |
public void add(Consumer<net.thevpc.nuts.time.NProgressRunner.Context> processor, double weight)
add in interface net.thevpc.nuts.time.NProgressRunnerpublic void add(Consumer<net.thevpc.nuts.time.NProgressRunner.Context> processor)
add in interface net.thevpc.nuts.time.NProgressRunnerpublic void add(Runnable processor, double weight)
add in interface net.thevpc.nuts.time.NProgressRunnerpublic void add(Runnable processor)
add in interface net.thevpc.nuts.time.NProgressRunnerpublic void run()
run in interface net.thevpc.nuts.time.NProgressRunnerCopyright © 2025 vpc open source initiative. All rights reserved.