EventInterceptor

fun interface EventInterceptor(source)

事件拦截器。在 EventDispatcher 调度事件的过程中针对各监听器的拦截器。

也可以通过 EventListenerRegistrationProperties 针对某指定的监听器进行拦截。

对于Java实现者,考虑使用 JAsyncEventInterceptorJBlockEventInterceptor, 或 EventInterceptors 中提供的静态API,例如 EventInterceptors.block(...)

Author

ForteScarlet

See also

Inheritors

Types

Link copied to clipboard
interface Context

拦截器中被拦截的对象信息。

Functions

Link copied to clipboard

对被拦截的内容进行处理。