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