Package mgui.interfaces.graphics.video
Interface VideoListener
- All Known Implementing Classes:
InterfaceGraphicPanel
public interface VideoListener
-
Method Summary
Modifier and Type Method Description void
ClockChanged(VideoEvent e)
void
ClockLagged(VideoEvent e, long lag)
void
ClockStarted(VideoEvent e)
void
ClockStopped(VideoEvent e)
void
VideoEnded(VideoEvent e)
-
Method Details
-
ClockChanged
-
ClockStopped
-
ClockStarted
-
ClockLagged
-
VideoEnded
-