public interface Application
ApplicationConfigurableApplicationConfigurable| 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
|
void initContext(Context context, Map<String,Object> initialBeans)
context - Tide contextinitialBeans - map of bean instances keyed by namevoid configure(Object instance)
instance - bean instance