public interface HasFocusChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFocusChangedHandler(FocusChangedHandler handler)
Notification function fired when this widget receives or loses keyboard focus.
|
fireEvent
HandlerRegistration addFocusChangedHandler(FocusChangedHandler handler)
handler
- the focusChanged handlerHandlerRegistration
used to remove this handler