cz.vity.freerapid.core.tasks
Class SubmitErrorInfoTask

java.lang.Object
  extended by org.jdesktop.swingworker.SwingWorker<T,V>
      extended by org.jdesktop.application.Task<T,V>
          extended by cz.vity.freerapid.core.tasks.CoreTask<Void,Void>
              extended by cz.vity.freerapid.core.tasks.SubmitErrorInfoTask
All Implemented Interfaces:
Runnable, Future<Void>

public class SubmitErrorInfoTask
extends CoreTask<Void,Void>

Author:
Vity

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Task
org.jdesktop.application.Task.BlockingScope, org.jdesktop.application.Task.InputBlocker
 
Nested classes/interfaces inherited from class org.jdesktop.swingworker.SwingWorker
org.jdesktop.swingworker.SwingWorker.StateValue
 
Field Summary
 
Fields inherited from class cz.vity.freerapid.core.tasks.CoreTask
inputBlocker
 
Constructor Summary
SubmitErrorInfoTask(SubmitErrorInfo errorInfo)
           
 
Method Summary
protected  Void doInBackground()
           
 
Methods inherited from class cz.vity.freerapid.core.tasks.CoreTask
failed, getMainFrame, getTaskResourceMap, handleRuntimeException, postMessage, setTaskToForeground
 
Methods inherited from class org.jdesktop.application.Task
addTaskListener, cancelled, done, finished, getApplication, getContext, getDescription, getExecutionDuration, getInputBlocker, getMessage, getMessageDuration, getResourceMap, getTaskListeners, getTaskService, getTitle, getUserCanCancel, interrupted, isPending, isProgressPropertyValid, isStarted, message, process, removeTaskListener, resourceName, setDescription, setInputBlocker, setMessage, setProgress, setProgress, setProgress, setTitle, setUserCanCancel, succeeded
 
Methods inherited from class org.jdesktop.swingworker.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitErrorInfoTask

public SubmitErrorInfoTask(SubmitErrorInfo errorInfo)
Method Detail

doInBackground

protected Void doInBackground()
                       throws Exception
Specified by:
doInBackground in class org.jdesktop.swingworker.SwingWorker<Void,Void>
Throws:
Exception