FileDocCategorySizeDatePackage
DownloadListener.javaAPI DocAzureus 3.0.3.41588Fri May 21 01:35:20 BST 2004org.gudy.azureus2.plugins.download

DownloadListener

public interface DownloadListener
A listener informed of changes to a Download's state and position
author
parg
author
TuxPaper (positionChanged)

Fields Summary
Constructors Summary
Methods Summary
public voidpositionChanged(Download download, int oldPosition, int newPosition)
Position of download has changed.

param
download object in which the position has changed
param
oldPosition position that the download used to be at
param
newPosition position that the download is now at

public voidstateChanged(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.