Interface HasPercentChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 Progressbar
- 
Method Summary
Modifier and TypeMethodDescriptionThis method is called when the percentDone value changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addPercentChangedHandler
This 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
 
 -