Package com.biglybt.core.download
Interface DownloadManagerPieceListener
-
- All Known Implementing Classes:
PieceInfoView
,PiecesSuperView
,PiecesView
public interface DownloadManagerPieceListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pieceAdded(PEPiece piece)
void
pieceRemoved(PEPiece piece)
-