EventCancellableBase

Base implementation of EventCancellable

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isCancelled(): Boolean
Checks the cancellation state of this event.
Link copied to clipboard
open fun setCancelled(cancel: Boolean)
Sets the cancellation state of this event.