|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
java.util.concurrent.Futurejava.lang.Runnable
griffon.util.UIThreadWorker
public interface UIThreadWorker extends RunnableFuture, Observable
| Nested Class Summary | |
|---|---|
enum |
UIThreadWorker.StateValue
|
| Method Summary | |
|---|---|
void
|
execute()
|
int
|
getProgress()
|
UIThreadWorker.StateValue
|
getState()
|
UIThreadWorker
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
UIThreadWorker[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from interface Observable | |
|---|---|
| addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners |
| Methods inherited from interface RunnableFuture | |
|---|---|
| run, get, get, cancel, isCancelled, isDone |
| Method Detail |
|---|
public void execute()
public int getProgress()
public UIThreadWorker.StateValue getState()
UIThreadWorker valueOf(String name)
UIThreadWorker[] values()
Groovy Documentation