Exemplo n.º 1
0
 private void handleTorrentRequest(String arg) {
   LOG.trace("enter handleTorrentRequest");
   ActivityCallback callback = restoreApplication();
   File torrentFile = new File(arg.trim());
   callback.handleTorrent(torrentFile);
 }