|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MsDState in org.lastbamboo.common.download |
|---|
| Subinterfaces of MsDState in org.lastbamboo.common.download | |
|---|---|
static interface |
MsDState.Canceled
A state that indicates that the downloader was canceled. |
static interface |
MsDState.Complete
A state that indicates that the downloader is done downloading. |
static interface |
MsDState.CouldNotDetermineSources
A state that indicates that the downloader could not determine any sources for the content. |
static interface |
MsDState.Downloading
A state that indicates that the downloader is downloading. |
static interface |
MsDState.Failed
A state that indicates that the downloader failed. |
static interface |
MsDState.GettingSources
A state that indicates that the downloader is getting sources. |
static interface |
MsDState.Idle
A state that indicates that the downloader is idle. |
static interface |
MsDState.LibTorrentDownloading
A state for LibTorrent downloading. |
static interface |
MsDState.LimeWireDownloading
A state for LimeWire downloading. |
static interface |
MsDState.LittleShootDownloading
A state for LittleShoot downloading. |
static interface |
MsDState.NoSourcesAvailable
A state that indicates that the downloader could not find any available sources. |
static interface |
MsDState.Paused
A state that indicates that the downloader is paused. |
| Classes in org.lastbamboo.common.download that implement MsDState | |
|---|---|
static class |
MsDState.CanceledImpl
An implementation of the canceled state. |
static class |
MsDState.CompleteImpl
An implementation of the complete state. |
static class |
MsDState.CouldNotDetermineSourcesImpl
An implementation of the could not determine sources state. |
static class |
MsDState.FailedImpl
An implementation of the failed state. |
static class |
MsDState.GettingSourcesImpl
An implementation of the getting sources state. |
static class |
MsDState.IdleImpl
An implementation of the idle state. |
static class |
MsDState.LibTorrentDownloadingState
An implementation of the LibTorrent downloading state. |
static class |
MsDState.LimeWireDownloadingState
An implementation of the LimeWire downloading state. |
static class |
MsDState.LittleShootDownloadingState
An implementation of the downloading state. |
static class |
MsDState.NoSourcesAvailableImpl
An implementation of the no sources available state. |
static class |
MsDState.PausedImpl
An implementation of the paused state. |
| Fields in org.lastbamboo.common.download declared as MsDState | |
|---|---|
static MsDState |
MsDState.CANCELED
An instance of the canceled state. |
static MsDState |
MsDState.COMPLETE
An instance of the complete state. |
static MsDState |
MsDState.COULD_NOT_DETERMINE_SOURCES
An instance of the could not determine sources state. |
static MsDState |
MsDState.FAILED
Failed state. |
static MsDState |
MsDState.GETTING_SOURCES
An instance of the getting sources state. |
static MsDState |
MsDState.IDLE
An instance of the idle state. |
static MsDState |
MsDState.NO_SOURCES_AVAILABLE
An instance of the no sources available state. |
| Methods in org.lastbamboo.common.download that return MsDState | |
|---|---|
MsDState |
MultiSourceDownloader.getState()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||