javazoom.download
Interface DownloadListener

All Known Implementing Classes:
DownloadBean

public interface DownloadListener

This interface defines the DownloadListener contract.


Method Summary
 void update(java.util.Vector v)
          Updates Vector of FileInfo (Downloaded files state).
 void updateFilename(java.lang.String filename)
          Updates filename.
 

Method Detail

update

public void update(java.util.Vector v)
Updates Vector of FileInfo (Downloaded files state).


updateFilename

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