private class SwingNode.SwingMouseEventHandler extends java.lang.Object implements EventHandler<MouseEvent>
Modifier and Type | Field and Description |
---|---|
private java.util.Set<MouseButton> |
mouseClickedAllowed |
Modifier | Constructor and Description |
---|---|
private |
SwingMouseEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(MouseEvent event)
Invoked when a specific event of the type for which this handler is
registered happens.
|
private final java.util.Set<MouseButton> mouseClickedAllowed
public void handle(MouseEvent event)
EventHandler
handle
in interface EventHandler<MouseEvent>
event
- the event which occurred