Interface HoverHandler

All Superinterfaces:
EventHandler

public interface HoverHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas.
  • Method Details

    • onHover

      void onHover(HoverEvent event)
      If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas. If this method returns false, it will suppress the default behavior of showing a hover canvas if this.showHover is true.
      Parameters:
      event - the event