Interface FocusChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFocusChanged
(FocusChangedEvent event) Notification function fired when this widget receives or loses keyboard focus.
-
Method Details
-
onFocusChanged
Notification function fired when this widget receives or loses keyboard focus.- Parameters:
event
- the event
-