Package com.treemap

Interface TreeMapWorker

All Known Implementing Classes:
AbstractTreeMapModel.Worker

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

    Modifier and Type
    Method
    Description
    void
    Cancel the work being done.
    boolean
    Indicates whether the work has been cancelled.
    void
    setProgress(int progress)
     
  • Method Details

    • 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)