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