| Package | Description |
|---|---|
| com.sptci.echo |
Package of reusable Echo3 application components.
|
| Modifier and Type | Field and Description |
|---|---|
protected Executor |
Confirmation.executor
The executor instance to use to execute the action required
after user confirmation.
|
| Constructor and Description |
|---|
Confirmation(String title,
String message,
Executor executor)
Construct a new pane with the specified title and message.
|