Interface HasTimeChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Sound
-
Method Summary
Modifier and TypeMethodDescriptionaddTimeChangedHandler
(TimeChangedHandler handler) Notification method fired repeatedly to indicate a change in currentTime value while an audio file is playing.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addTimeChangedHandler
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
-