public interface EventDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(int index,
EventInterceptor interceptor)
添加拦截器
|
void |
dispatch(Event event,
EventRouter router)
派发
|
void addInterceptor(int index,
EventInterceptor interceptor)
void dispatch(Event event, EventRouter router)
Copyright © 2025. All rights reserved.