com.aelitis.azureus.core.devices
Interface DeviceOfflineDownloader
- All Superinterfaces:
- Device
- All Known Implementing Classes:
- DeviceOfflineDownloaderImpl
public interface DeviceOfflineDownloader
- extends Device
Methods inherited from interface com.aelitis.azureus.core.devices.Device |
addListener, alive, canRemove, getAddress, getBrowseLocations, getClassification, getDirectTranscodeProfiles, getDisplayProperties, getError, getID, getImageID, getInfo, getName, getShortDescription, getStatus, getString, getTransientProperty, getType, getVuzeFile, getWikiURL, isAlive, isBrowsable, isBusy, isExportable, isGenericUSB, isHidden, isLivenessDetectable, isManual, isNameAutomatic, isTagged, remove, removeListener, requestAttention, setAddress, setCanRemove, setExportable, setGenericUSB, setHidden, setImageID, setName, setTagged, setTransientProperty |
isEnabled
boolean isEnabled()
setEnabled
void setEnabled(boolean b)
hasShownFTUX
boolean hasShownFTUX()
setShownFTUX
void setShownFTUX()
getManufacturer
String getManufacturer()
getSpaceAvailable
long getSpaceAvailable(boolean force)
throws DeviceManagerException
- Throws:
DeviceManagerException
getTransferingCount
int getTransferingCount()
getDownloads
DeviceOfflineDownload[] getDownloads()
addListener
void addListener(DeviceOfflineDownloaderListener listener)
removeListener
void removeListener(DeviceOfflineDownloaderListener listener)