public interface CompleteCallback
CompleteCallback interface represents an asynchronous callback without any value.
It only indicates completion or error.| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Callback for when the request is successfully executed.
|
void |
onError(DomainException e)
Callback for when the request encounters an error.
|
void onComplete()
onError(DomainException).void onError(DomainException e)
onComplete().e - See DomainException