Class UiMediaTrackGraph.HandleTimeSelectionEvent

java.lang.Object
org.teamapps.dto.UiMediaTrackGraph.HandleTimeSelectionEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiMediaTrackGraph

public static class UiMediaTrackGraph.HandleTimeSelectionEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • start

      protected long start
    • end

      protected long end
  • Constructor Details

    • HandleTimeSelectionEvent

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

      public HandleTimeSelectionEvent(String componentId, long start, long end)
  • Method Details