org.davic.media
Interface MediaTimeEventListener


public interface MediaTimeEventListener

This interface should be implemented by the application in order to receive the events associated to a media position by the application.


Method Summary
 void receiveMediaTimeEvent(MediaTimeEvent e)
          This method is invoked to signal the occurrence of an application associated event.
 

Method Detail

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.