public class InterceptorChain<P> extends Object
| Constructor and Description |
|---|
InterceptorChain(List<InterceptorEntity> interceptors,
List<EventListenerHolder> targets) |
| Modifier and Type | Method and Description |
|---|---|
void |
doIntercept(Event<P> event)
拦截
|
List<EventListenerHolder> |
getTargets() |
public InterceptorChain(List<InterceptorEntity> interceptors, List<EventListenerHolder> targets)
public List<EventListenerHolder> getTargets()
Copyright © 2025. All rights reserved.