org.davic.media
Interface MediaTimeEventListener
- All Superinterfaces:
- EventListener
public interface MediaTimeEventListener
- extends EventListener
This interface should be implemented by the application in order to receive the events associated to
a media position by the application.
receiveMediaTimeEvent
void receiveMediaTimeEvent(MediaTimeEvent e)
- This method is invoked to signal the occurrence of an application associated event.
The application needs to implement this interface in order to receive the events.