public interface StepsListener
Modifier and Type | Method and Description |
---|---|
void |
onProgressChange(String title,
int percentage)
Informs about the step's progress having changed.
|
void |
onStart(String title)
Informs about a step being started.
|
void |
onStateChange(String title,
String stateDescription)
Informs about the step's state having changed.
|
void |
onStop(String title)
Informs about a step being stopped.
|
void onStart(@NotNull String title)
title
- The title of the step.void onStop(@NotNull String title)
title
- The title of the step.void onProgressChange(@NotNull String title, int percentage)
title
- The title of the step.percentage
- The percentage of the step's progress.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210