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 SummaryModifier and TypeMethodDescription- void- onMediaEvent- (UIMediaEvent event) Called when the media component dispatches an event.
- Method Details- onMediaEventCalled when the media component dispatches an event.- Parameters:
- event- The media event of the UI component.