Search in sources :

Example 1 with GUIMediator

use of com.limegroup.gnutella.gui.GUIMediator in project frostwire by frostwire.

the class TorrentUISearchResult method download.

@Override
public void download(boolean partial) {
    GUIMediator gm = GUIMediator.instance();
    gm.openTorrentSearchResult(sr, partial);
    showDetails(false);
    UXStats.instance().log((sr instanceof TorrentCrawledSearchResult) ? UXAction.DOWNLOAD_PARTIAL_TORRENT_FILE : UXAction.DOWNLOAD_FULL_TORRENT_FILE);
}
Also used : GUIMediator(com.limegroup.gnutella.gui.GUIMediator) TorrentCrawledSearchResult(com.frostwire.search.torrent.TorrentCrawledSearchResult)

Aggregations

TorrentCrawledSearchResult (com.frostwire.search.torrent.TorrentCrawledSearchResult)1 GUIMediator (com.limegroup.gnutella.gui.GUIMediator)1