-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.jfx.events.generic.EventDispatcher
public abstract class MouseEventDispatcher extends PersistentEventDispatcher<MouseTriggerAction, MouseEvent>
An event dispatcher in the context of mouse events.
-
-
Field Summary
Fields Modifier and Type Field Description private final MouseActionListenerlistener
-
Constructor Summary
Constructors Constructor Description MouseEventDispatcher()
-
Method Summary
Modifier and Type Method Description abstract MouseActionListenergetListener()The listener bound to this dispatcher. -
-
Method Detail
-
getListener
abstract MouseActionListener getListener()
The listener bound to this dispatcher.
-
-
-
-