Package | Description |
---|---|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
Modifier and Type | Method and Description |
---|---|
<R> R |
AsyncTask.awaitFinished()
Waits non-interruptibly until the task has finished.
|
<R> R |
AbstractAsyncTask.awaitFinished()
Awaits non-interruptibly the finish of this task.
|
<R> R |
AsyncTask.awaitFinished(long timeout,
java.util.concurrent.TimeUnit unit)
Waits until the task has finished but runs in a TimeoutException if
it did not finish within the expected time.
|
<R> R |
AbstractAsyncTask.awaitFinished(long timeout,
java.util.concurrent.TimeUnit unit) |
void |
AsyncTask.awaitStarted()
Waits until the task has actually started running.
|
void |
AbstractAsyncTask.awaitStarted()
Waits until the task actually has started running.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.