Interface MouseOutHandler

All Superinterfaces:
EventHandler

public interface MouseOutHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the mouse leaves this widget.
  • Method Details

    • onMouseOut

      void onMouseOut(MouseOutEvent event)
      Executed when the mouse leaves this widget. No default implementation.

      Note that if the mouse goes over a child of this canvas, the mouseOut event will fire as it would if the user rolled entirely off the canvas. Developers may determine whether the mouse is still over a descendant of this component via containsEventTarget().

      Parameters:
      event - the event