Class CompositeTracer


  • public final class CompositeTracer
    extends Object
    A composite which traces performance and also updates the progress monitor if it is presented Created by apyshkin on 5/26/16.
    • Method Detail

      • start

        public void start​(@NotNull
                          String startMsg,
                          int stepsCount)
      • push

        public void push​(@NotNull
                         String msg)
        composite action to print the msg to log, to the performance tracer and to the ui
      • pop

        public void pop()
      • pop

        public void pop​(int work)
      • isMonitorCanceled

        public boolean isMonitorCanceled()
      • done

        public void done()
      • done

        public void done​(int work)
      • advance

        public void advance​(int i)
      • printReport

        public void printReport()