|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadListener
A listener informed of changes to a Download's state and position
| Method Summary | |
|---|---|
void |
positionChanged(Download download,
int oldPosition,
int newPosition)
Position of download has changed. |
void |
stateChanged(Download download,
int old_state,
int new_state)
The Download's state has changed. |
| Method Detail |
|---|
void stateChanged(Download download,
int old_state,
int new_state)
void positionChanged(Download download,
int oldPosition,
int newPosition)
download - object in which the position has changedoldPosition - position that the download used to be atnewPosition - position that the download is now at
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||