Class HoverListener

All Implemented Interfaces:
FSMouseListener

public class HoverListener extends DefaultFSMouseListener
A HoverListener is used to respond to a mouse hovering over a Box in a BasicPanel. In particular, it applies any :hover selectors that apply to the Box in question, and resets those styles as the mouse exits the Box.
  • Field Details

    • _previouslyHovered

      private @Nullable Box _previouslyHovered
  • Constructor Details

    • HoverListener

      public HoverListener()
  • Method Details