public abstract class AbstractJobListener extends Object implements org.apache.curator.framework.recipes.cache.TreeCacheListener
| 构造器和说明 |
|---|
AbstractJobListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
childEvent(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.TreeCacheEvent event) |
protected abstract void |
dataChanged(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.TreeCacheEvent event,
String path) |
public final void childEvent(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.TreeCacheEvent event)
throws Exception
childEvent 在接口中 org.apache.curator.framework.recipes.cache.TreeCacheListenerExceptionprotected abstract void dataChanged(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.TreeCacheEvent event,
String path)
Copyright © 2016. All rights reserved.