Package com.macrofocus.treemap
Interface TreeMapWorker
-
- All Known Implementing Classes:
AbstractTreeMapModel.Worker
@JsType public interface TreeMapWorkerInterface used when performing treemap updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel the work being done.booleanisCancelled()Indicates whether the work has been cancelled.voidsetProgress(int progress)
-