-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.jfx.events.generic.EventDispatcher
public class NodeBoundMouseEventDispatcher extends DynamicMouseEventDispatcher
A mouse event dispatcher that catches mouse input from a node.
-
-
Field Summary
Fields Modifier and Type Field Description private final MouseActionListenerlistener
-
Constructor Summary
Constructors Constructor Description NodeBoundMouseEventDispatcher(Node node)
-
Method Summary
Modifier and Type Method Description MouseActionListenergetListener()The listener bound to this dispatcher. -
Methods inherited from class it.unibo.alchemist.boundary.jfx.events.mouse.NodeBoundMouseEventDispatcher
setDynamicAction -
Methods inherited from class it.unibo.alchemist.boundary.jfx.events.mouse.MouseEventDispatcher
set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getListener
MouseActionListener getListener()
The listener bound to this dispatcher.
-
-
-
-