Package com.iizix.api.ui
Interface IUIMediaListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The media component UI listener for event in the media player.
Method Summary
Modifier and TypeMethodDescriptionvoid
onMediaEvent
(UIMediaEvent event) Called when the media component dispatches an event.
Method Details
onMediaEvent
Called when the media component dispatches an event.- Parameters:
event
- The media event of the UI component.