org.lastbamboo.common.download
Class DownloaderState.AbstractFailed

java.lang.Object
  extended by org.lastbamboo.common.download.DownloaderState.AbstractFailed
All Implemented Interfaces:
DownloaderState
Direct Known Subclasses:
MoverDState.FailedImpl, MoverDState.MoveFailedImpl, MsDState.CanceledImpl, MsDState.CouldNotDetermineSourcesImpl, MsDState.FailedImpl, MsDState.NoSourcesAvailableImpl, Sha1DState.FailedImpl, Sha1DState.Sha1MismatchImpl
Enclosing interface:
DownloaderState

public abstract static class DownloaderState.AbstractFailed
extends Object
implements DownloaderState

An abstract state for implementing failed states.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.DownloaderState
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded
 
Constructor Summary
DownloaderState.AbstractFailed()
           
 
Method Summary
 DownloaderStateType getType()
          Returns the type of this state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloaderState.AbstractFailed

public DownloaderState.AbstractFailed()
Method Detail

getType

public DownloaderStateType getType()
Description copied from interface: DownloaderState
Returns the type of this state.

Specified by:
getType in interface DownloaderState
Returns:
The type of this state.


Copyright © 2013 LittleShoot. All Rights Reserved.