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.

@FunctionalInterface public interface IUIMediaListener
The media component UI listener for event in the media player.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the media component dispatches an event.
  • Method Details

    • onMediaEvent

      void onMediaEvent(UIMediaEvent event)
      Called when the media component dispatches an event.
      Parameters:
      event - The media event of the UI component.