Interface AsyncCallback.VoidCallback

All Superinterfaces:
AsyncCallback
Enclosing interface:
AsyncCallback

@Public public static interface AsyncCallback.VoidCallback extends AsyncCallback
This callback doesn't retrieve anything from the node. It is useful for some APIs that doesn't want anything sent back, e.g. ZooKeeper.sync(String, AsyncCallback.VoidCallback, Object).