您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
使用
树
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
net.apexes.commons.eventbus
接口 EventFilterChain<E>
类型参数:
E
-
public interface
EventFilterChain<E>
作者:
HeDYn
方法概要
所有方法
实例方法
抽象方法
修饰符和类型
方法
说明
void
next
(
E
event)
传给下一个EventFilter处理。
方法详细资料
next
void
next
(
E
event)
传给下一个EventFilter处理。如果EventFilter实现类未调用此方法,则event不会被后续的EventFilter收到
参数:
event
-