isIntercepted

abstract val isIntercepted: Boolean

事件是否已被拦截.

所有事件都可以被拦截, 拦截后低优先级的监听器将不会处理到这个事件.

See also