public interface TaskExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
queueRunnable(Runnable runnable)
Queue a runnable to be executed before the next AMX changes are sent to the client, after the property and provider
change events have been processed for the AMX node hierarchy.
|