public interface HasToggleValueChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addToggleValueChangedHandler(ToggleValueChangedHandler handler)
Notification fired when the value changes.
|
com.google.gwt.event.shared.HandlerRegistration addToggleValueChangedHandler(ToggleValueChangedHandler handler)
handler
- the toggleValueChanged handlerHandlerRegistration
used to remove this handler