org.lastbamboo.common.download
Interface DownloaderState

All Known Subinterfaces:
MoverDState<DelegateStateT>, MoverDState.Downloading<T>, MoverDState.Failed<T>, MoverDState.Moved<T>, MoverDState.MovedToITunes<T>, MoverDState.MoveFailed<T>, MoverDState.Moving<T>, MsDState, MsDState.Canceled, MsDState.Complete, MsDState.CouldNotDetermineSources, MsDState.Downloading, MsDState.Failed, MsDState.GettingSources, MsDState.Idle, MsDState.LibTorrentDownloading, MsDState.LimeWireDownloading, MsDState.LittleShootDownloading, MsDState.NoSourcesAvailable, MsDState.Paused, Sha1DState<DelegateStateT>, Sha1DState.Downloading<T>, Sha1DState.Failed<T>, Sha1DState.Sha1Mismatch<T>, Sha1DState.VerifiedSha1<T>, Sha1DState.VerifyingSha1<T>
All Known Implementing Classes:
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded, MoverDState.DownloadingImpl, MoverDState.FailedImpl, MoverDState.MovedImpl, MoverDState.MovedToITunesImpl, MoverDState.MoveFailedImpl, MoverDState.MovingImpl, MsDState.CanceledImpl, MsDState.CompleteImpl, MsDState.CouldNotDetermineSourcesImpl, MsDState.FailedImpl, MsDState.GettingSourcesImpl, MsDState.IdleImpl, MsDState.LibTorrentDownloadingState, MsDState.LimeWireDownloadingState, MsDState.LittleShootDownloadingState, MsDState.NoSourcesAvailableImpl, MsDState.PausedImpl, Sha1DState.DownloadingImpl, Sha1DState.FailedImpl, Sha1DState.Sha1MismatchImpl, Sha1DState.VerifiedSha1Impl, Sha1DState.VerifyingSha1Impl

public interface DownloaderState

A downloader state.


Nested Class Summary
static class DownloaderState.AbstractFailed
          An abstract state for implementing failed states.
static class DownloaderState.AbstractRunning
          An abstract state for implementing running states.
static class DownloaderState.AbstractSucceeded
          An abstract state for implementing succeeded states.
 
Method Summary
 DownloaderStateType getType()
          Returns the type of this state.
 

Method Detail

getType

DownloaderStateType getType()
Returns the type of this state.

Returns:
The type of this state.


Copyright © 2013 LittleShoot. All Rights Reserved.