Interface HasPercentChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Progressbar

public interface HasPercentChangedHandlers extends HasHandlers
  • Method Details

    • addPercentChangedHandler

      HandlerRegistration addPercentChangedHandler(PercentChangedHandler handler)
      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:
      HandlerRegistration used to remove this handler