public class DelayedExecution extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelayedExecution.DelayedAction
A function to implement the action to be taken for
DelayedTextInput |
| Constructor and Description |
|---|
DelayedExecution() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(DelayedExecution.DelayedAction delayedAction,
int delay) |
public static void execute(DelayedExecution.DelayedAction delayedAction, int delay)
Copyright © 2019–2022 Dominokit. All rights reserved.