Package org.basex.gui.listener
Interface MouseEnteredListener
- All Superinterfaces:
EventListener,MouseListener
Listener interface for handling mouse clicks.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddefault voidMethods inherited from interface java.awt.event.MouseListener
mouseEntered
-
Method Details
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-