public class EventDispatchHandler extends ChainHandler
ChainHandler.Builder| Constructor and Description |
|---|
EventDispatchHandler(EventListener<? extends Event>... listeners) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
doHandle(java.lang.Object o)
当前处理实现
|
builder, defaultChainGroup, find, handle, next, setMetaData, setNext@SafeVarargs public EventDispatchHandler(EventListener<? extends Event>... listeners)
protected java.lang.Object doHandle(java.lang.Object o)
ChainHandlerdoHandle in class ChainHandler