public interface Application
ApplicationConfigurableApplicationConfigurable| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.lang.Object instance)
Configure a bean instance for platform-specific behaviour
|
void |
execute(java.lang.Object context,
java.lang.Runnable runnable)
Integration with deferred execution of a runnable on the UI thread
|
void |
initContext(Context context,
java.util.Map<java.lang.String,java.lang.Object> initialBeans)
Define a map of beans that will be setup in the context before initialization
|
void initContext(Context context, java.util.Map<java.lang.String,java.lang.Object> initialBeans)
context - Tide contextinitialBeans - map of bean instances keyed by namevoid configure(java.lang.Object instance)
instance - bean instancevoid execute(java.lang.Object context,
java.lang.Runnable runnable)
context - context to run the UI threadrunnable - runnable to execute in the UI thread