public interface AsyncOperationListener<V>
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel() |
void |
onCompletion(V value) |
void |
onException(Exception e) |
void |
onProgress(int progressValue,
int progressMax) |
Copyright © 2025. All rights reserved.