org.apache.bookkeeper.util
Class ClientBase.NullWatcher

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

protected class ClientBase.NullWatcher
extends Object
implements Watcher

In general don't use this. Only use in the special case that you want to ignore results (for whatever reason) in your test. Don't use empty watchers in real code!


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
Watcher.Event
 
Constructor Summary
protected ClientBase.NullWatcher()
           
 
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.NullWatcher

protected ClientBase.NullWatcher()
Method Detail

process

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