Interface HoverProvider


public interface HoverProvider
This interface controls hover action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to notify that a specified widget is hovered.
  • Method Details

    • widgetHovered

      void widgetHovered(Widget widget)
      Called to notify that a specified widget is hovered.
      Parameters:
      widget - the hovered widget