@FunctionalInterface public static interface SendOrPostCallback.Function
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Object state)
Represents a method to be called when a message is to be dispatched to a
synchronization context.
|
void invoke(Object state)
state - The object passed to the delegate.