| Package | Description |
|---|---|
| com.alibaba.nacos.client.config.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventDispatcher.ServerlistChangeEvent
serverList has changed
|
| Modifier and Type | Method and Description |
|---|---|
protected List<EventDispatcher.AbstractEvent> |
EventDispatcher.AbstractEvent.implyEvents() |
abstract List<Class<? extends EventDispatcher.AbstractEvent>> |
EventDispatcher.AbstractEventListener.interest()
感兴趣的事件列表
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventDispatcher.fireEvent(EventDispatcher.AbstractEvent abstractEvent)
发布事件,首先发布该事件暗示的其他事件,最后通知所有对应的监听器。
|
abstract void |
EventDispatcher.AbstractEventListener.onEvent(EventDispatcher.AbstractEvent abstractEvent)
处理事件
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.