Uses of Class
com.biglybt.core.disk.impl.DiskManagerPieceImpl
-
Packages that use DiskManagerPieceImpl Package Description com.biglybt.core.disk.impl com.biglybt.core.lws -
-
Uses of DiskManagerPieceImpl in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as DiskManagerPieceImpl Modifier and Type Field Description private DiskManagerPieceImpl[]
DiskManagerImpl. pieces
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerPieceImpl Modifier and Type Method Description void
DiskManagerHelper. setPieceDone(DiskManagerPieceImpl piece, boolean done)
void
DiskManagerImpl. setPieceDone(DiskManagerPieceImpl dmPiece, boolean done)
Called when status has CHANGED and should only be called by DiskManagerPieceImpl -
Uses of DiskManagerPieceImpl in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DiskManagerPieceImpl Modifier and Type Method Description void
LWSDiskManager. setPieceDone(DiskManagerPieceImpl dmPiece, boolean done)
-