@FunctionalInterface public static interface WaitCallback.Function
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Object state)
Represents a callback method to be executed by a thread pool thread.
|
void invoke(Object state)
state - An object containing information to be used by the callback method.