Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SimpleEventDispatchInterceptorInvoker(interceptor: EventDispatchInterceptor, priority: Int) : Comparable<SimpleEventDispatchInterceptorInvoker> , EventDispatchInterceptor

一个携带优先级的 EventDispatchInterceptor 代理实现。

Link copied to clipboard
class SimpleEventInterceptorInvoker(interceptor: EventInterceptor, priority: Int) : Comparable<SimpleEventInterceptorInvoker> , EventInterceptor

一个携带优先级的 EventInterceptor 代理实现。

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

一个针对 SimpleEventInterceptorInvoker 的简单执行器实现。