TreeMapWorker

interface TreeMapWorker

Interface used when performing treemap updates.

Inheritors

Properties

Link copied to clipboard
abstract val isCancelled: Boolean

Indicates whether the work has been cancelled.

Functions

Link copied to clipboard
abstract fun cancel()

Cancel the work being done.

Link copied to clipboard
abstract fun setProgress(progress: Int)