Package org.jdesktop.http.async
Class AsyncHttpRequest.AsyncWorker
java.lang.Object
javax.swing.SwingWorker
org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
- All Implemented Interfaces:
Runnable,Future,RunnableFuture
- Enclosing class:
- AsyncHttpRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
Constructor Details
-
AsyncWorker
protected AsyncWorker()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker- Throws:
Exception
-
safeSetReadyState
Helper method which allows me to set the ready state on the EDT -
done
protected void done()- Overrides:
donein classSwingWorker
-