org.lastbamboo.common.download
Class DownloaderState.AbstractSucceeded

java.lang.Object
  extended by org.lastbamboo.common.download.DownloaderState.AbstractSucceeded
All Implemented Interfaces:
DownloaderState
Direct Known Subclasses:
MoverDState.MovedImpl, MoverDState.MovedToITunesImpl, MsDState.CompleteImpl, Sha1DState.VerifiedSha1Impl
Enclosing interface:
DownloaderState

public abstract static class DownloaderState.AbstractSucceeded
extends Object
implements DownloaderState

An abstract state for implementing succeeded states.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lastbamboo.common.download.DownloaderState
DownloaderState.AbstractFailed, DownloaderState.AbstractRunning, DownloaderState.AbstractSucceeded
 
Constructor Summary
DownloaderState.AbstractSucceeded()
           
 
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.AbstractSucceeded

public DownloaderState.AbstractSucceeded()
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.