Class ProgressPresentationManager

java.lang.Object
com._1c.g5.v8.activitytracking.ui.internal.progress.ProgressPresentationManager

public final class ProgressPresentationManager extends Object
The presentation manager. It chooses the appropriate dialog for progress displaying. Works in the UI thread.
  • Field Details

  • Method Details

    • elementsChanged

      public void elementsChanged(OperationInfo[] toAdd, OperationInfo[] toRefresh, OperationInfo[] toRemove)
      Handles operation info elements changed.
      Parameters:
      toAdd - the elements to add, cannot be null.
      toRefresh - the elements to refresh, cannot be null.
      toRemove - the elements to remove, cannot be null.