Class UiVideoPlayer.PlayerProgressEvent

java.lang.Object
org.teamapps.dto.UiVideoPlayer.PlayerProgressEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiVideoPlayer

public static class UiVideoPlayer.PlayerProgressEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • positionInSeconds

      protected int positionInSeconds
  • Constructor Details

    • PlayerProgressEvent

      @Deprecated public PlayerProgressEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • PlayerProgressEvent

      public PlayerProgressEvent(String componentId, int positionInSeconds)
  • Method Details