public interface PromiseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFulfillment(Object... values) |
void |
onRejection(JoynrException error) |
void onFulfillment(Object... values)
void onRejection(JoynrException error)
Copyright © 2021. All rights reserved.