org.lastbamboo.common.download
Interface MsDState.Paused

All Superinterfaces:
DownloaderState, MsDState
All Known Implementing Classes:
MsDState.PausedImpl
Enclosing interface:
MsDState

public static interface MsDState.Paused
extends MsDState

A state that indicates that the downloader is paused.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.MsDState
MsDState.Canceled, MsDState.CanceledImpl, MsDState.Complete, MsDState.CompleteImpl, MsDState.CouldNotDetermineSources, MsDState.CouldNotDetermineSourcesImpl, MsDState.Downloading, MsDState.Failed, MsDState.FailedImpl, MsDState.GettingSources, MsDState.GettingSourcesImpl, MsDState.Idle, MsDState.IdleImpl, MsDState.LibTorrentDownloading, MsDState.LibTorrentDownloadingState, MsDState.LimeWireDownloading, MsDState.LimeWireDownloadingState, MsDState.LittleShootDownloading, MsDState.LittleShootDownloadingState, MsDState.NoSourcesAvailable, MsDState.NoSourcesAvailableImpl, MsDState.Paused, MsDState.PausedImpl, MsDState.Visitor<T>, MsDState.VisitorAdapter<T>
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.DownloaderState
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded
 
Field Summary
 
Fields inherited from interface org.lastbamboo.common.download.MsDState
CANCELED, COMPLETE, COULD_NOT_DETERMINE_SOURCES, FAILED, GETTING_SOURCES, IDLE, NO_SOURCES_AVAILABLE
 
Method Summary
 MsDState.Downloading getDownloadingState()
          Accessor for the underlying downloading state.
 
Methods inherited from interface org.lastbamboo.common.download.MsDState
accept
 
Methods inherited from interface org.lastbamboo.common.download.DownloaderState
getType
 

Method Detail

getDownloadingState

MsDState.Downloading getDownloadingState()
Accessor for the underlying downloading state.

Returns:
The underlying downloading state.


Copyright © 2013 LittleShoot. All Rights Reserved.