Interface MouseListener

    • Method Detail

      • mouseClicked

        void mouseClicked​(MouseClickEvent mouseClickEvent)
        Called when the mouse clicks the target.
        Parameters:
        mouseClickEvent - The event providing mouse information
      • mouseEntered

        void mouseEntered​(MouseEnterEvent mouseEnterEvent)
        Called when the mouse enters the target.
        Parameters:
        mouseEnterEvent - The event providing mouse information
      • mouseExited

        void mouseExited​(MouseExitEvent mouseExitEvent)
        Called when the mouse exits the target.
        Parameters:
        mouseExitEvent - The event providing mouse information