| Package | Description |
|---|---|
| to.etc.domui.component.delayed | |
| to.etc.domui.state | |
| to.etc.domui.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncRunnable |
| Modifier and Type | Method and Description |
|---|---|
void |
IAsyncListener.onActivityEnd(IAsyncRunnable runnable,
T contextData) |
T |
IAsyncListener.onActivityScheduled(IAsyncRunnable runnable)
Called when the activity is scheduled.
|
void |
IAsyncListener.onActivityStart(IAsyncRunnable runnable,
T contextData) |
| Constructor and Description |
|---|
AsyncContainer(IAsyncRunnable arunnable) |
| Modifier and Type | Method and Description |
|---|---|
IAsyncRunnable |
DelayedActivityInfo.getActivity() |
| Modifier and Type | Method and Description |
|---|---|
DelayedActivityInfo |
DelayedActivitiesManager.schedule(IAsyncRunnable a,
AsyncContainer ac)
Schedule a new activity for execution.
|
DelayedActivityInfo |
ConversationContext.scheduleDelayed(AsyncContainer container,
IAsyncRunnable a)
Schedule an activity to be started later.
|
| Constructor and Description |
|---|
DelayedActivityInfo(DelayedActivitiesManager manager,
IAsyncRunnable activity,
AsyncContainer ac) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncDialogTask
This implements some core required logic to easily do asynchronous code that shows progress
inside a dialog.
|
Copyright © 2017 etc.to. All rights reserved.