-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.jfx.events.generic.EventDispatcher
public class SimpleMouseEventDispatcher extends MouseEventDispatcher
A basic implementation of a mouse event dispatcher.
-
-
Field Summary
Fields Modifier and Type Field Description private final MouseActionListenerlistener
-
Constructor Summary
Constructors Constructor Description SimpleMouseEventDispatcher()
-
Method Summary
Modifier and Type Method Description MouseActionListenergetListener()The listener bound to this dispatcher. -
-
Method Detail
-
getListener
MouseActionListener getListener()
The listener bound to this dispatcher.
-
-
-
-