Interface Hoverable

  • All Known Implementing Classes:
    Pin

    public interface Hoverable
    An interface for components to listen to whether or not they're being hovered over. Useful because the glasspane eats up the normal mouse events that you'd use to detect this
    • Method Detail

      • setHover

        void setHover​(boolean hover)