Interface TorrentBuilder.Listener

Enclosing class:
TorrentBuilder

public static interface TorrentBuilder.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String filename)
     
    void
    progress(int pieceIndex, int numPieces)
     
  • Method Details

    • accept

      boolean accept(String filename)
    • progress

      void progress(int pieceIndex, int numPieces)