Uses of Class
com.alibaba.nacos.client.config.impl.EventDispatcher.AbstractEvent
-
Packages that use EventDispatcher.AbstractEvent Package Description com.alibaba.nacos.client.config.impl -
-
Uses of EventDispatcher.AbstractEvent in com.alibaba.nacos.client.config.impl
Subclasses of EventDispatcher.AbstractEvent in com.alibaba.nacos.client.config.impl Modifier and Type Class Description static classEventDispatcher.ServerlistChangeEventserverList has changedMethods in com.alibaba.nacos.client.config.impl that return types with arguments of type EventDispatcher.AbstractEvent Modifier and Type Method Description protected List<EventDispatcher.AbstractEvent>EventDispatcher.AbstractEvent. implyEvents()abstract List<Class<? extends EventDispatcher.AbstractEvent>>EventDispatcher.AbstractEventListener. interest()感兴趣的事件列表Methods in com.alibaba.nacos.client.config.impl with parameters of type EventDispatcher.AbstractEvent Modifier and Type Method Description static voidEventDispatcher. fireEvent(EventDispatcher.AbstractEvent abstractEvent)发布事件,首先发布该事件暗示的其他事件,最后通知所有对应的监听器。abstract voidEventDispatcher.AbstractEventListener. onEvent(EventDispatcher.AbstractEvent abstractEvent)处理事件
-