Package org.apache.storm.callback
Class DefaultWatcherCallBack
- java.lang.Object
-
- org.apache.storm.callback.DefaultWatcherCallBack
-
- All Implemented Interfaces:
WatcherCallBack
public class DefaultWatcherCallBack extends Object implements WatcherCallBack
-
-
Constructor Summary
Constructors Constructor Description DefaultWatcherCallBack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.storm.shade.org.apache.zookeeper.Watcher.Event.KeeperState state, org.apache.storm.shade.org.apache.zookeeper.Watcher.Event.EventType type, String path)
-
-
-
Method Detail
-
execute
public void execute(org.apache.storm.shade.org.apache.zookeeper.Watcher.Event.KeeperState state, org.apache.storm.shade.org.apache.zookeeper.Watcher.Event.EventType type, String path)
- Specified by:
execute
in interfaceWatcherCallBack
-
-