Class UiMediaTrackGraph.HandleTimeSelectionEvent

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

public static class UiMediaTrackGraph.HandleTimeSelectionEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected long end  
    protected long start  
  • Constructor Summary

    Constructors 
    Constructor Description
    HandleTimeSelectionEvent()
    Deprecated.
    Only for Jackson deserialization.
    HandleTimeSelectionEvent​(java.lang.String componentId, long start, long end)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    long getEnd()  
    long getStart()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait