net.sf.bloof.util
Interface FileDownloadListener
- All Known Implementing Classes:
- DepsDownloader
- public interface FileDownloadListener
Listener interface for the download event mechanism, following the Observer pattern.
- Version:
- $Id: FileDownloadListener.java,v 1.4 2003/06/28 06:51:42 pekacki Exp $
- Author:
- Lukasz Pekacki
downloadEventOccured
public void downloadEventOccured(DownloadEvent aDe)
- Method downloadEventOccured.
- Parameters:
aDe
- Download Event corresponding the real event
Copyright © 2003 bloof@Sourceforge. All Rights Reserved.