public static interface EnelXNETManager.LoadChargeCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnelXNETManager.LoadChargeCallback.Error |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(EnelXNETManager.LoadChargeCallback.Error code,
java.lang.Exception exception)
If an error prevented to retrieve requested charge info.
|
void |
onSuccess(NETChargeInfo info)
Called when the requested charge info are available.
|
void onError(EnelXNETManager.LoadChargeCallback.Error code, java.lang.Exception exception)
code - A code representing the error.exception - More details about the encountered error.void onSuccess(NETChargeInfo info)
info - Charge info.