public interface HasChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addChangedHandler(ChangedHandler handler)
Called when a FormItem's value has been changed as the result of user interaction.
|
com.google.gwt.event.shared.HandlerRegistration addChangedHandler(ChangedHandler handler)
handler
- the changed handlerHandlerRegistration
used to remove this handler