public abstract class AbstractJobListener extends Object implements org.apache.curator.framework.recipes.cache.CuratorCacheListener
| 构造器和说明 |
|---|
AbstractJobListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
dataChanged(String path,
org.apache.curator.framework.recipes.cache.CuratorCacheListener.Type eventType,
String data) |
void |
event(org.apache.curator.framework.recipes.cache.CuratorCacheListener.Type type,
org.apache.curator.framework.recipes.cache.ChildData oldData,
org.apache.curator.framework.recipes.cache.ChildData newData) |
public final void event(org.apache.curator.framework.recipes.cache.CuratorCacheListener.Type type,
org.apache.curator.framework.recipes.cache.ChildData oldData,
org.apache.curator.framework.recipes.cache.ChildData newData)
event 在接口中 org.apache.curator.framework.recipes.cache.CuratorCacheListenerCopyright © 2020 The Apache Software Foundation. All rights reserved.