T - the image type of the video framepublic interface VideoDisplayListener<T extends Image<?,T>>
| Modifier and Type | Method and Description |
|---|---|
void |
afterUpdate(VideoDisplay<T> display)
Called when the video display is updated and the next frame
is displayed
|
void |
beforeUpdate(T frame)
Called when the video is about to update
|
void afterUpdate(VideoDisplay<T> display)
display - the video displayvoid beforeUpdate(T frame)
frame - the frame about to be displayed