org.lastbamboo.common.download
Class DownloaderState.AbstractSucceeded
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloaderState.AbstractSucceeded
public DownloaderState.AbstractSucceeded()
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.