|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UploadStatusCallback
Reports status information when uploading an application.
Field Summary | |
---|---|
static UploadStatusCallback |
NONE
Empty implementation |
Method Summary | |
---|---|
void |
onCheckResources()
Called after the /resources call is made. |
void |
onMatchedFileNames(Set<String> matchedFileNames)
Called after the files to be uploaded have been identified. |
void |
onProcessMatchedResources(int length)
Called after the data to be uploaded has been processed |
Field Detail |
---|
static final UploadStatusCallback NONE
Method Detail |
---|
void onCheckResources()
void onMatchedFileNames(Set<String> matchedFileNames)
matchedFileNames
- the files to be uploadedvoid onProcessMatchedResources(int length)
length
- the size of the upload data (before compression)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |