|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProgressListener<IDENT>
Provides notification of upload or download progress. The IDENT type is that used by the client to identify the particular element (image) being operated upon.
| Method Summary | |
|---|---|
void |
progressEnd(ProgressEvent<IDENT> evt)
Ends progress notification for a particular item which is identified by the ProgressEvent. |
void |
progressStart(ProgressEvent<IDENT> evt)
Begins progress notification for a particular item which is identified by the ProgressEvent. |
void |
progressUpdate(ProgressEvent<IDENT> evt)
Updates progress notification for a particular item which is identified by the ProgressEvent. |
| Method Detail |
|---|
void progressStart(ProgressEvent<IDENT> evt)
void progressUpdate(ProgressEvent<IDENT> evt)
void progressEnd(ProgressEvent<IDENT> evt)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||