Interface FocusChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonFocusChanged(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
 
 -