public interface IAssociationParserProgress
| Modifier and Type | Method and Description |
|---|---|
void |
init(int max)
Called upon initialization.
|
void |
update(int current)
Called arbitrary.
|
void |
warning(String message)
In case of a warning.
|
void init(int max)
max - maximal number of steps.void update(int current)
current - the current number of steps.void warning(String message)
message - Copyright © 2017. All rights reserved.