public interface UpdateListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(UpdateFailureEvent event)
Called if the operation has failed.
|
void |
onProgress(UpdateProgressEvent event)
Called each time some progress is made during the operation.
|
void |
onSuccess(UpdateSuccessEvent event)
Called if the operation has completed successfully.
|
void onProgress(UpdateProgressEvent event)
event
- a not null
event.void onSuccess(UpdateSuccessEvent event)
event
- a not null
event.void onFailure(UpdateFailureEvent event)
event
- a not null
event.