public class

VideoFramesChangedEvent

extends UIChangeEvent<A>
java.lang.Object
   ↳ vars.annotation.ui.eventbus.UIEvent<A>
     ↳ vars.annotation.ui.eventbus.UIChangeEvent<A>
       ↳ vars.annotation.ui.eventbus.VideoFramesChangedEvent

Class Overview

Event that contains videoframes that have changed. Implementations may need to check that the videoFrames were not moved to a difference VideoArchive.

Summary

[Expand]
Inherited Fields
From class vars.annotation.ui.eventbus.UIEvent
Public Constructors
VideoFramesChangedEvent(Object updateSource, Collection<VideoFrame> refs)
[Expand]
Inherited Methods
From class vars.annotation.ui.eventbus.UIEvent
From class java.lang.Object

Public Constructors

public VideoFramesChangedEvent (Object updateSource, Collection<VideoFrame> refs)