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 Object
implements DiskManager.DownloadEndedProgress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
complete
private volatile boolean complete
-
-
Constructor Details
-
DownloadEndedProgressImpl
private DownloadEndedProgressImpl()
-
-
Method Details
-
setComplete
private void setComplete() -
isComplete
public boolean isComplete()- Specified by:
isComplete
in interfaceDiskManager.DownloadEndedProgress
-