Interface HoverListener

    • Method Detail

      • mouseEntered

        void mouseEntered​(HoverEvent event)
        Called when the mouse enters the hoverable component
        Parameters:
        event - the hover event
      • mouseExited

        void mouseExited​(HoverEvent event)
        Called when the mouse exits the hoverable component
        Parameters:
        event - the hover event