Package org.apache.zookeeper.server
Interface ServerWatcher
- 
- All Superinterfaces:
- Watcher
 - All Known Implementing Classes:
- ControllableConnection,- DumbWatcher,- NettyServerCnxn,- NIOServerCnxn,- ServerCnxn
 
 public interface ServerWatcher extends Watcher 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.zookeeper.WatcherWatcher.Event, Watcher.WatcherType
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(WatchedEvent event, List<ACL> znodeAcl)
 
- 
- 
- 
Method Detail- 
processvoid process(WatchedEvent event, List<ACL> znodeAcl) 
 
- 
 
-