| Package | Description |
|---|---|
| org.noear.dami2.bus | |
| org.noear.dami2.bus.intercept |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDispatcherDefault
事件调度器默认实现
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcherDefault.addInterceptor(int index,
EventInterceptor interceptor)
添加拦截器
|
void |
EventDispatcher.addInterceptor(int index,
EventInterceptor interceptor)
添加拦截器
|
default <P> void |
DamiBus.intercept(EventInterceptor<P> interceptor)
拦截
|
void |
DamiBusImpl.intercept(int index,
EventInterceptor interceptor)
拦截
|
<P> void |
DamiBus.intercept(int index,
EventInterceptor<P> interceptor)
拦截
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorEntity<P>
拦截器实体。
|
| Modifier and Type | Method and Description |
|---|---|
EventInterceptor<P> |
InterceptorEntity.getReal()
获取原拦截器
|
| Constructor and Description |
|---|
InterceptorEntity(int index,
EventInterceptor<P> real) |
Copyright © 2025. All rights reserved.