Package com.biglybt.core.disk.impl
Class DiskManagerImpl.DownloadEndedProgressImpl
- java.lang.Object
-
- com.biglybt.core.disk.impl.DiskManagerImpl.DownloadEndedProgressImpl
-
- All Implemented Interfaces:
DiskManager.DownloadEndedProgress
- Enclosing class:
- DiskManagerImpl
private static class DiskManagerImpl.DownloadEndedProgressImpl extends java.lang.Object implements DiskManager.DownloadEndedProgress
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
complete
-
Constructor Summary
Constructors Modifier Constructor Description private
DownloadEndedProgressImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isComplete()
private void
setComplete()
-
-
-
Method Detail
-
setComplete
private void setComplete()
-
isComplete
public boolean isComplete()
- Specified by:
isComplete
in interfaceDiskManager.DownloadEndedProgress
-
-