javazoom.download
Interface DownloadListener


public interface DownloadListener

This interface defines the DownloadListener contract.


Method Summary
 void update(Config conf)
          Updates Config (Vector of FileInfo, ID, Description, Downloaded files state ...)
 void updateFilename(java.lang.String filename)
          Updates filename.
 

Method Detail

update

public void update(Config conf)
Updates Config (Vector of FileInfo, ID, Description, Downloaded files state ...)

Parameters:
conf -

updateFilename

public void updateFilename(java.lang.String filename)
Updates filename.