CancellableEvent

可被取消的事件

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()

取消这个事件. 事件需实现 CancellableEvent 接口才可以被取消

Link copied to clipboard
abstract fun intercept()

拦截这个事件

Properties

Link copied to clipboard
abstract val isCancelled: Boolean

事件是否已被取消.

Link copied to clipboard
abstract val isIntercepted: Boolean

事件是否已被拦截.