public abstract class AbstractJobListener extends Object implements org.apache.curator.framework.recipes.cache.CuratorCacheListener
| Constructor and Description |
|---|
AbstractJobListener() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface org.apache.curator.framework.recipes.cache.CuratorCacheListenerCopyright © 2021 The Apache Software Foundation. All rights reserved.