public interface EventInterceptor<P>
| Modifier and Type | Method and Description |
|---|---|
void |
doIntercept(Event<P> event,
InterceptorChain<P> chain)
拦截
|
void doIntercept(Event<P> event, InterceptorChain<P> chain)
event - 事件chain - 拦截链Copyright © 2025. All rights reserved.