Interface TimeChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTimeChanged
(TimeChangedEvent event) Notification method fired repeatedly to indicate a change in currentTime value while an audio file is playing.
-
Method Details
-
onTimeChanged
Notification method fired repeatedly to indicate a change in currentTime value while an audio file is playing.- Parameters:
event
- the event
-