public class DefaultEventInvokerDispatcher extends java.lang.Object implements EventInvokerDispatcher
| 构造器和说明 |
|---|
DefaultEventInvokerDispatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dispatchEvent(java.util.List<InvokerRegistration> invokerRegistrations,
java.lang.String eventName,
EventExceptionHandler eventExceptionHandler,
java.lang.Object... args)
分发
|
protected void |
processInvokerRegistration(InvokerRegistration invokerRegistration,
java.lang.String eventName,
EventExceptionHandler eventExceptionHandler,
java.lang.Object[] args) |
public void dispatchEvent(java.util.List<InvokerRegistration> invokerRegistrations, java.lang.String eventName, EventExceptionHandler eventExceptionHandler, java.lang.Object... args)
EventInvokerDispatcherdispatchEvent 在接口中 EventInvokerDispatcherinvokerRegistrations - 调用器列表eventName - 事件名eventExceptionHandler - 事件异常处理器args - 事件参数protected void processInvokerRegistration(InvokerRegistration invokerRegistration, java.lang.String eventName, EventExceptionHandler eventExceptionHandler, java.lang.Object[] args)