public interface VideoPositionListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
videoAtEnd(VideoDisplay<? extends Image<?,?>> vd)
The video is at the end (last frame)
|
void |
videoAtStart(VideoDisplay<? extends Image<?,?>> vd)
The video is at the start (first frame)
|
void videoAtStart(VideoDisplay<? extends Image<?,?>> vd)
vd
- The video display from whence the video can be retrievedvoid videoAtEnd(VideoDisplay<? extends Image<?,?>> vd)
vd
- The video display from whence the video can be retrieved