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