Package org.teamapps.dto
Class UiVideoPlayer.PlayerProgressEvent
java.lang.Object
org.teamapps.dto.UiVideoPlayer.PlayerProgressEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiVideoPlayer
public static class UiVideoPlayer.PlayerProgressEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected intpositionInSeconds -
Constructor Summary
Constructors Constructor Description PlayerProgressEvent()Deprecated.Only for Jackson deserialization.PlayerProgressEvent(java.lang.String componentId, int positionInSeconds) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()intgetPositionInSeconds()UiEventTypegetUiEventType()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.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(java.lang.String componentId, int positionInSeconds)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getPositionInSeconds
public int getPositionInSeconds()
-