public interface WriteCallback
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeFailed(java.lang.Throwable x) |
Callback invoked when the write fails.
|
void |
writeSuccess() |
Callback invoked when the write completes.
|
void writeFailed(java.lang.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–2018 Webtide. All rights reserved.