Uses of Class
org.lastbamboo.common.download.DownloaderStateType

Uses of DownloaderStateType in org.lastbamboo.common.download
 

Methods in org.lastbamboo.common.download that return DownloaderStateType
 DownloaderStateType DownloaderState.getType()
          Returns the type of this state.
 DownloaderStateType DownloaderState.AbstractRunning.getType()
           
 DownloaderStateType DownloaderState.AbstractFailed.getType()
           
 DownloaderStateType DownloaderState.AbstractSucceeded.getType()
           
static DownloaderStateType DownloaderStateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DownloaderStateType[] DownloaderStateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 LittleShoot. All Rights Reserved.