DoubleClickProtection

class DoubleClickProtection(component: Component<*>)

Constructors

Link copied to clipboard
fun DoubleClickProtection(component: Component<*>)

Functions

Link copied to clipboard
operator fun invoke(block: suspend () -> Unit)
Link copied to clipboard
fun runAsync(block: suspend () -> Unit)
Link copied to clipboard
suspend fun <R> runBlocking(block: suspend () -> R): R?

Properties

Link copied to clipboard
val cannotRun: Boolean
Link copied to clipboard
val canRun: Boolean