Interface TreeMapWorker

  • All Known Implementing Classes:
    AbstractTreeMapModel.Worker

    @JsType
    public interface TreeMapWorker
    Interface used when performing treemap updates.
    • Method Detail

      • cancel

        void cancel()
        Cancel the work being done.
      • isCancelled

        boolean isCancelled()
        Indicates whether the work has been cancelled.
        Returns:
        true if cancelled, false otherwise
      • setProgress

        void setProgress​(int progress)