Interface TorrentCreatorListener


public interface TorrentCreatorListener
  • Method Details

    • reportPercentageDone

      void reportPercentageDone(int percent)
    • reportActivity

      void reportActivity(String activity)
    • complete

      void complete(Torrent torrent)
    • failed

      void failed(TorrentException cause)