|
|||||||||
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 an application
update
. Implement
this interface to be notified of progress during application update.
Method Summary | |
---|---|
void |
onFailure(UpdateFailureEvent event)
Called if the update has failed. |
void |
onProgress(UpdateProgressEvent event)
Called each time some progress is made during the update. |
void |
onSuccess(UpdateSuccessEvent event)
Called if the update 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 |