org.lastbamboo.common.download
Interface DownloadVisitor<T>
- Type Parameters:
T - The result of visitations.
public interface DownloadVisitor<T>
Top level visitor for download types.
visitTorrentDownloader
T visitTorrentDownloader(TorrentDownloader libTorrentDownloader)
visitGnutellaDownloader
T visitGnutellaDownloader(GnutellaDownloader gnutellaDownloader)
visitLittleShootDownloader
T visitLittleShootDownloader(LittleShootDownloader littleShootDownloader)
Copyright © 2013 LittleShoot. All Rights Reserved.