intercept

abstract fun intercept()

拦截这个事件

当事件被 拦截 后, 优先级较低 (靠右) 的监听器将不会被调用.

优先级为 EventPriority.MONITOR 的监听器不应该调用这个函数.

See also

查看优先级相关信息