QTJPlayer 1.0.2 beta

de.muntjak.qtjplayer.event
Class MovieAdapter

java.lang.Object
  extended by de.muntjak.qtjplayer.event.MovieAdapter
All Implemented Interfaces:
MovieListener, EventListener

public abstract class MovieAdapter
extends Object
implements MovieListener

A no-ops implementation of the MovieListener interface.


Constructor Summary
MovieAdapter()
           
 
Method Summary
 void movieLoaded(MovieEvent e)
          Empty stub method.
 void moviePaused(MovieEvent e)
          Empty stub method.
 void movieStarted(MovieEvent e)
          Empty stub method.
 void movieStopped(MovieEvent e)
          Empty stub method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovieAdapter

public MovieAdapter()
Method Detail

movieLoaded

public void movieLoaded(MovieEvent e)
Empty stub method.

Specified by:
movieLoaded in interface MovieListener
Parameters:
e - the event, containing information about the originating component (the player) and the movie loaded

movieStarted

public void movieStarted(MovieEvent e)
Empty stub method.

Specified by:
movieStarted in interface MovieListener
Parameters:
e - the event, containing information about the originating component (the player) and the movie which was started

movieStopped

public void movieStopped(MovieEvent e)
Empty stub method.

Specified by:
movieStopped in interface MovieListener
Parameters:
e - the event, containing information about the originating component (the player) and the movie which stopped playing

moviePaused

public void moviePaused(MovieEvent e)
Empty stub method.

Specified by:
moviePaused in interface MovieListener
Parameters:
e - the event, containing information about the originating component (the player) and the movie which was paused

QTJPlayer 1.0.2 beta