TEventArgs - The type of event data generated by the event.@FunctionalInterface public static interface EventHandler.Function<TEventArgs extends EventArgs>
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Object sender,
TEventArgs e)
Represents a method that will handle an event.
|
void invoke(Object sender, TEventArgs e)
sender - The source of the event.e - An object that contains the event data.