public interface UIView extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UIView.Listener |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(UIView.Listener listener) |
<T> void |
runInBackground(Callable<T> job,
com.google.common.util.concurrent.FutureCallback<T> callback)
Execute a job in the background and call the callback when finished.
|
void |
showBackgroundInfo(String info,
String description) |
void |
showError(String error,
String description) |
void |
showInfo(String info,
String description) |
void |
showWarning(String warning,
String description) |
void addListener(UIView.Listener listener)
<T> void runInBackground(Callable<T> job, com.google.common.util.concurrent.FutureCallback<T> callback)
T - job - callback - Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.