Package org.teamapps.dto
Class UiMediaTrackGraph.HandleTimeSelectionEvent
java.lang.Object
org.teamapps.dto.UiMediaTrackGraph.HandleTimeSelectionEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.HandleTimeSelectionEvent(String componentId, long start, long end) -
Method Summary
-
Field Details
-
componentId
-
start
protected long start -
end
protected long end
-
-
Constructor Details
-
HandleTimeSelectionEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
HandleTimeSelectionEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getStart
public long getStart() -
getEnd
public long getEnd()
-