public class DefaultApplication extends Object implements Application
| Constructor and Description |
|---|
DefaultApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Object instance)
Configure a bean instance for platform-specific behaviour
|
void |
execute(Runnable runnable)
Integration with deferred execution of a runnable on the UI thread
|
void |
initContext(Context context,
Map<String,Object> initialBeans)
Define a map of beans that will be setup in the context before initialization
|
public DefaultApplication()
public void initContext(Context context, Map<String,Object> initialBeans)
ApplicationinitContext in interface Applicationcontext - Tide contextinitialBeans - map of bean instances keyed by namepublic void configure(Object instance)
Applicationconfigure in interface Applicationinstance - bean instancepublic void execute(Runnable runnable)
Applicationexecute in interface Applicationrunnable - runnable to execute in the UI thread