org.scohen.juploadr.uploadapi.zooomr
Class AddToPhotosetTask

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

public class AddToPhotosetTask
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
AddToPhotosetTask(java.util.Collection photoSets, ZooomrRestApi api)
           
 
Method Summary
 void execute()
           
 java.lang.String getMessage()
           
 java.lang.String getTitle()
           
 boolean hasSetsToAdd()
           
 
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

AddToPhotosetTask

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

getTitle

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

execute

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

getMessage

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

hasSetsToAdd

public boolean hasSetsToAdd()