mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.event
/
CancellableEvent
/
cancel
cancel
common
abstract
fun
cancel
(
)
Content copied to clipboard
取消这个事件. 事件需实现
CancellableEvent
接口才可以被取消
Throws
kotlin.
Illegal
State
Exception
当事件未实现接口
CancellableEvent
时抛出