org.scohen.juploadr.uploadapi.zooomr
Class CreateAllPhotosetsTask

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.scohen.juploadr.ui.Task
          extended byorg.scohen.juploadr.uploadapi.zooomr.CreateAllPhotosetsTask
All Implemented Interfaces:
java.lang.Runnable

public class CreateAllPhotosetsTask
extends Task


Field Summary
 
Fields inherited from class org.scohen.juploadr.ui.Task
max, min
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CreateAllPhotosetsTask(java.util.Collection photoSets, ZooomrRestApi api)
           
 
Method Summary
 void execute()
           
 java.lang.String getMessage()
           
 java.lang.String getTitle()
           
 boolean hasSetsToCreate()
           
 
Methods inherited from class org.scohen.juploadr.ui.Task
getIcon, run, setParent, updateMessage, updateMessage, updateProgress
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateAllPhotosetsTask

public CreateAllPhotosetsTask(java.util.Collection photoSets,
                              ZooomrRestApi api)
Method Detail

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class Task

hasSetsToCreate

public boolean hasSetsToCreate()

execute

public void execute()
Specified by:
execute in class Task

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in class Task