public abstract class ProgressTracker extends Object
Constructor and Description |
---|
ProgressTracker() |
Modifier and Type | Method and Description |
---|---|
abstract void |
actOn(Logger logger) |
<T> void |
add(Class<T> type,
T subject) |
<T> void |
add(String name,
Class<T> type,
T subject) |
<T> void |
addAll(Class<T> type,
Iterable<T> subjects) |
<T> List<T> |
get(Class<T> type) |
<T> List<T> |
get(String name,
Class<T> type) |
Copyright © 2019. All rights reserved.