Interface MouseOutEventHandler
- All Superinterfaces:
BrowserEventHandler
The mouse out event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
-
Method Details
-
onMouseOut
The mouse out event handler
The event handler will be called, when the mouse cursor moves out the component (or subcomponent) area.
- Parameters:
event
- The event object
-