| 限定符和类型 | 字段和说明 |
|---|---|
protected EP |
EC.ep
是由哪个事件发布器发布的
|
| 限定符和类型 | 方法和说明 |
|---|---|
EP |
EP.addListenerSource(Object source)
添加对象源(解析出监听器)
|
EP |
EP.addTrackEvent(String... eNames)
设置某个事件需要追踪执行
|
EP |
EP.delTrackEvent(String... eNames)
删除事件追踪
|
EP |
EC.ep() |
EP |
EP.fireAsync(String eName)
强制异步
fire(EC) |
EP |
EP.fireAsync(String eName,
Consumer<EC> completeFn,
Object... args)
强制异步
fire(EC) |
EP |
EP.fireAsync(String eName,
Object... args)
强制异步
fire(EC) |
EP |
EP.fireAsyncDebug(String eName)
强制异步
fire(EC) |
EP |
EP.fireAsyncDebug(String eName,
Consumer<EC> completeFn,
Object... args)
强制异步
fire(EC) |
EP |
EP.fireAsyncDebug(String eName,
Object... args)
强制异步
fire(EC) |
EP |
EP.listen(String eName,
BiFunction fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
BiFunction fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
float order,
int limit,
BiFunction fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
float order,
int limit,
Function fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
float order,
int limit,
Runnable fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
Function fn)
添加监听
|
EP |
EP.listen(String eName,
boolean async,
Runnable fn)
添加监听
|
EP |
EP.listen(String eName,
Function fn)
添加监听
|
EP |
EP.listen(String eName,
Runnable fn)
添加监听
|
EP |
EP.removeEvent(String eName)
移除事件对应的所有监听器
|
EP |
EP.removeEvent(String eName,
Object source)
只删除指定对象源中的事件监听
|
EP |
EP.removeSourceAllEvent(Object source)
移除对象源的所有监听器
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected EC |
EC.start(List<Listener> ls,
EP ep)
开始执行,初始化
|
Copyright © 2024. All rights reserved.