Promise.Adapter<C>, Promise.Wrapper<W>| Constructor | Description |
|---|---|
Adapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
failed(java.lang.Throwable x) |
Callback invoked when the operation fails.
|
void |
succeeded(C result) |
Callback invoked when the operation completes.
|
Copyright © 1995–2018 Webtide. All rights reserved.