org.apache.bookkeeper.util
Class ClientBase.CountdownWatcher

java.lang.Object
  extended by org.apache.bookkeeper.util.ClientBase.CountdownWatcher
All Implemented Interfaces:
Watcher
Enclosing class:
ClientBase

protected static class ClientBase.CountdownWatcher
extends Object
implements Watcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
Watcher.Event
 
Constructor Summary
protected ClientBase.CountdownWatcher()
           
 
Method Summary
 void process(WatchedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBase.CountdownWatcher

protected ClientBase.CountdownWatcher()
Method Detail

process

public void process(WatchedEvent event)
Specified by:
process in interface Watcher