private static class FXMLLoader.ControllerMethodEventHandler<T extends Event> extends java.lang.Object implements EventHandler<T>
| Modifier and Type | Field and Description |
|---|---|
private FXMLLoader.MethodHandler |
handler |
| Constructor and Description |
|---|
ControllerMethodEventHandler(FXMLLoader.MethodHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(T event)
Invoked when a specific event of the type for which this handler is
registered happens.
|
private final FXMLLoader.MethodHandler handler
public ControllerMethodEventHandler(FXMLLoader.MethodHandler handler)
public void handle(T event)
EventHandlerhandle in interface EventHandler<T extends Event>event - the event which occurred