DownloadListenerpublic interface DownloadListener A listener informed of changes to a Download's state and position |
Methods Summary |
---|
public void | positionChanged(Download download, int oldPosition, int newPosition)Position of download has changed.
| public void | stateChanged(Download download, int old_state, int new_state)The Download's state has changed. This is also triggered if the user
toggles the Force Start on/off.
|
|