public class PromiseAdapter extends Object implements PromiseListener
| Constructor and Description |
|---|
PromiseAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFulfillment(Object... values) |
void |
onRejection(JoynrException error) |
public void onFulfillment(Object... values)
onFulfillment in interface PromiseListenerpublic void onRejection(JoynrException error)
onRejection in interface PromiseListenerCopyright © 2021. All rights reserved.