Interface MouseLeaveEventHandler

All Superinterfaces:
BrowserEventHandler

public interface MouseLeaveEventHandler extends BrowserEventHandler
The mouse leave event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The mouse leave event handler
  • Method Details

    • onMouseLeave

      void onMouseLeave(MouseEvent event)

      The mouse leave event handler

      The event handler will be called, when the mouse cursor leaves the component area.

      Parameters:
      event - The event object
      See Also: