public interface WriteCallback
Modifier and Type | Method and Description |
---|---|
void |
writeFailed(Throwable x)
Callback invoked when the write fails.
|
void |
writeSuccess()
Callback invoked when the write completes.
|
void writeFailed(Throwable x)
Callback invoked when the write fails.
x
- the reason for the write failurevoid writeSuccess()
Callback invoked when the write completes.
writeFailed(Throwable)
Copyright © 1995-2015 Webtide. All Rights Reserved.