|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateListener
A listener which receives events during a long running operation that involves interaction with the server. Implement this interface to be notified of progress during application update.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |