public interface HasPercentChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addPercentChangedHandler(PercentChangedHandler handler)
This method is called when the percentDone value changes.
|
com.google.gwt.event.shared.HandlerRegistration addPercentChangedHandler(PercentChangedHandler handler)
handler
- the percentChanged handlerHandlerRegistration
used to remove this handler