public interface HasTimeChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTimeChangedHandler(TimeChangedHandler handler)
Notification method fired repeatedly to indicate a change in currentTime value while an audio file is playing.
|
fireEvent
HandlerRegistration addTimeChangedHandler(TimeChangedHandler handler)
handler
- the timeChanged handlerHandlerRegistration
used to remove this handler