|
QTJPlayer 1.0.2 beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.muntjak.qtjplayer.event.MovieAdapter
public abstract class MovieAdapter
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 |
---|
public MovieAdapter()
Method Detail |
---|
public void movieLoaded(MovieEvent e)
movieLoaded
in interface MovieListener
e
- the event, containing information
about the originating component (the player) and
the movie loadedpublic void movieStarted(MovieEvent e)
movieStarted
in interface MovieListener
e
- the event, containing information
about the originating component (the player) and
the movie which was startedpublic void movieStopped(MovieEvent e)
movieStopped
in interface MovieListener
e
- the event, containing information
about the originating component (the player) and
the movie which stopped playingpublic void moviePaused(MovieEvent e)
moviePaused
in interface MovieListener
e
- the event, containing information
about the originating component (the player) and
the movie which was paused
|
QTJPlayer 1.0.2 beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |