public interface ProgressListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbortRequested() |
void |
onProgressAchieved(ModelContext modelContext,
ProgressInformation progressInformation)
Reports a progress achieved.
|
void onProgressAchieved(ModelContext modelContext, ProgressInformation progressInformation)
modelContext - Current context of the model operation.progressInformation - Specific progress information.boolean isAbortRequested()
Copyright © 2016 Evolveum. All rights reserved.