|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdesktop.swingworker.SwingWorker<T,V>
org.jdesktop.application.Task<T,V>
cz.vity.freerapid.core.tasks.CoreTask<Void,Void>
cz.vity.freerapid.core.tasks.CloseInTimeTask
public final class CloseInTimeTask
| 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 | |
|---|---|
CloseInTimeTask(org.jdesktop.application.Application application)
|
|
| Method Summary | |
|---|---|
protected void |
cancelled()
|
protected Void |
doInBackground()
|
protected void |
failed(Throwable cause)
|
void |
sleep(int seconds)
|
protected void |
succeeded(Void taskResult)
|
| Methods inherited from class cz.vity.freerapid.core.tasks.CoreTask |
|---|
getMainFrame, getTaskResourceMap, handleRuntimeException, postMessage, setTaskToForeground |
| Methods inherited from class org.jdesktop.application.Task |
|---|
addTaskListener, 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 |
| 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 |
|---|
public CloseInTimeTask(org.jdesktop.application.Application application)
| Method Detail |
|---|
protected Void doInBackground()
throws Exception
doInBackground in class org.jdesktop.swingworker.SwingWorker<Void,Void>Exceptionprotected void succeeded(Void taskResult)
succeeded in class org.jdesktop.application.Task<Void,Void>protected void failed(Throwable cause)
failed in class CoreTask<Void,Void>protected void cancelled()
cancelled in class org.jdesktop.application.Task<Void,Void>
public void sleep(int seconds)
throws InterruptedException
InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||