Class ProgressPresentationManager
java.lang.Object
com._1c.g5.v8.activitytracking.ui.internal.progress.ProgressPresentationManager
The presentation manager. It chooses the appropriate dialog for progress displaying.
Works in the UI thread.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
elementsChanged
(OperationInfo[] toAdd, OperationInfo[] toRefresh, OperationInfo[] toRemove) Handles operation info elements changed.
-
Field Details
-
INSTANCE
The shared instance.
-
-
Method Details
-
elementsChanged
public void elementsChanged(OperationInfo[] toAdd, OperationInfo[] toRefresh, OperationInfo[] toRemove) Handles operation info elements changed.- Parameters:
toAdd
- the elements to add, cannot benull
.toRefresh
- the elements to refresh, cannot benull
.toRemove
- the elements to remove, cannot benull
.
-