Uses of Interface
org.lastbamboo.common.download.MoverDState

Uses of MoverDState in org.lastbamboo.common.download
 

Subinterfaces of MoverDState in org.lastbamboo.common.download
static interface MoverDState.Downloading<T>
          A state that indicates that the delegate downloader is downloading.
static interface MoverDState.Failed<T>
          A state that indicates that the delegate downloader has failed.
static interface MoverDState.Moved<T>
          A state that indicates that the temporary file has been moved.
static interface MoverDState.MovedToITunes<T>
          A state that indicates that the file has been added to iTunes.
static interface MoverDState.MoveFailed<T>
          A state that indicates that the attempt to move the temporary file failed.
static interface MoverDState.Moving<T>
          A state that indicates that the temporary file is in the process of being moved.
 

Classes in org.lastbamboo.common.download that implement MoverDState
static class MoverDState.DownloadingImpl<T>
          An implementation of the downloading state.
static class MoverDState.FailedImpl<T>
          An implementation of the failed state.
static class MoverDState.MovedImpl<T>
          An implementation of the moved state.
static class MoverDState.MovedToITunesImpl<T>
          An implementation of the moved state.
static class MoverDState.MoveFailedImpl<T>
          An implementation of the move failed state.
static class MoverDState.MovingImpl<T>
          An implementation of the moving state.
 



Copyright © 2013 LittleShoot. All Rights Reserved.