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