Interface HasTimeChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Sound

public interface HasTimeChangedHandlers extends HasHandlers
  • Method Details

    • addTimeChangedHandler

      HandlerRegistration addTimeChangedHandler(TimeChangedHandler handler)
      Notification method fired repeatedly to indicate a change in currentTime value while an audio file is playing.
      Parameters:
      handler - the timeChanged handler
      Returns:
      HandlerRegistration used to remove this handler