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.Watcher
Watcher.Event, Watcher.WatcherType 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(WatchedEvent event, List<ACL> znodeAcl) 
 - 
 
- 
- 
Method Detail
- 
process
void process(WatchedEvent event, List<ACL> znodeAcl)
 
 - 
 
 -