MouseActionListener

interface MouseActionListener : ActionListener<MouseTriggerAction, MouseEvent>

An action listener in the context of mouse events.

Functions

Link copied to clipboard
abstract fun action(action: MouseTriggerAction, event: MouseEvent)

To be called whenever a certain action happens.