Class UiShakaPlayer.TimeUpdateEvent

java.lang.Object
org.teamapps.dto.UiShakaPlayer.TimeUpdateEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiShakaPlayer

public static class UiShakaPlayer.TimeUpdateEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • timeMillis

      protected long timeMillis
  • Constructor Details

    • TimeUpdateEvent

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

      public TimeUpdateEvent(String componentId, long timeMillis)
  • Method Details