org.lastbamboo.common.download
Interface Sha1DState.Failed<T>

Type Parameters:
T - The delegate state type.
All Superinterfaces:
DownloaderState, Sha1DState<T>
All Known Implementing Classes:
Sha1DState.FailedImpl
Enclosing interface:
Sha1DState<DelegateStateT>

public static interface Sha1DState.Failed<T>
extends Sha1DState<T>

A state that indicates that the delegate downloader has failed.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.Sha1DState
Sha1DState.Downloading<T>, Sha1DState.DownloadingImpl<T>, Sha1DState.Failed<T>, Sha1DState.FailedImpl<T>, Sha1DState.Sha1Mismatch<T>, Sha1DState.Sha1MismatchImpl<T>, Sha1DState.VerifiedSha1<T>, Sha1DState.VerifiedSha1Impl<T>, Sha1DState.VerifyingSha1<T>, Sha1DState.VerifyingSha1Impl<T>, Sha1DState.Visitor<T,DelegateStateT>, Sha1DState.VisitorAdapter<T,DelegateStateT>
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.DownloaderState
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded
 
Method Summary
 T getDelegateState()
          Returns the delegate downloader state.
 
Methods inherited from interface org.lastbamboo.common.download.Sha1DState
accept
 
Methods inherited from interface org.lastbamboo.common.download.DownloaderState
getType
 

Method Detail

getDelegateState

T getDelegateState()
Returns the delegate downloader state.

Returns:
The delegate downloader state.


Copyright © 2013 LittleShoot. All Rights Reserved.