-
public interface DownloadHandler
- Author:
- Til Schneider, www.murfman.de
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleDownload(DownloadJob job, java.io.InputStream stream)
void
handleFileNotFound(java.lang.String fileName)
-
-
-
Method Detail
-
handleDownload
void handleDownload(DownloadJob job, java.io.InputStream stream) throws TvBrowserException
- Throws:
TvBrowserException
-
handleFileNotFound
void handleFileNotFound(java.lang.String fileName) throws TvBrowserException
- Throws:
TvBrowserException
-
-