org.apache.oodt.cas.pushpull.retrievalsystem
Interface DownloadListener

All Known Implementing Classes:
DataFileToPropFileLinker

public interface DownloadListener

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Method Summary
 void downloadFailed(ProtocolFile pFile, String errorMsg)
           
 void downloadFinished(ProtocolFile pFile)
           
 void downloadStarted(ProtocolFile pFile)
           
 

Method Detail

downloadStarted

void downloadStarted(ProtocolFile pFile)

downloadFinished

void downloadFinished(ProtocolFile pFile)

downloadFailed

void downloadFailed(ProtocolFile pFile,
                    String errorMsg)


Copyright © 1999-2011 Apache Incubator. All Rights Reserved.