org.apache.bookkeeper.util
Class ClientBase.NullWatcher
java.lang.Object
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!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientBase.NullWatcher
protected ClientBase.NullWatcher()
process
public void process(WatchedEvent event)
- Specified by:
process
in interface Watcher