Interface FocusOutEventHandler
- All Superinterfaces:
BrowserEventHandler
Focus out event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
-
Method Details
-
onFocusOut
Focus out event handler
The event handler will be called, when the component is about to lose focus from the browser.
- Parameters:
event
- The event object
-