org.gstreamer.media.event
Class MediaAdapter

java.lang.Object
  extended by org.gstreamer.media.event.MediaAdapter
All Implemented Interfaces:
java.util.EventListener, MediaListener

public class MediaAdapter
extends java.lang.Object
implements MediaListener, java.util.EventListener


Constructor Summary
MediaAdapter()
           
 
Method Summary
 void durationChanged(DurationChangedEvent evt)
           
 void endOfMedia(EndOfMediaEvent evt)
           
 void pause(StopEvent evt)
           
 void positionChanged(PositionChangedEvent evt)
           
 void start(StartEvent evt)
           
 void stop(StopEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaAdapter

public MediaAdapter()
Method Detail

pause

public void pause(StopEvent evt)
Specified by:
pause in interface MediaListener

start

public void start(StartEvent evt)
Specified by:
start in interface MediaListener

stop

public void stop(StopEvent evt)
Specified by:
stop in interface MediaListener

endOfMedia

public void endOfMedia(EndOfMediaEvent evt)
Specified by:
endOfMedia in interface MediaListener

positionChanged

public void positionChanged(PositionChangedEvent evt)
Specified by:
positionChanged in interface MediaListener

durationChanged

public void durationChanged(DurationChangedEvent evt)
Specified by:
durationChanged in interface MediaListener