Interface HasPercentChangedHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- Progressbar
- 
Method SummaryModifier and TypeMethodDescriptionThis method is called when the percentDone value changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addPercentChangedHandlerThis method is called when the percentDone value changes. Call this method to be notified upon a change to the percentDone value.- Parameters:
- handler- the percentChanged handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-