|
QTJPlayer 1.0.2 beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MovieListener
The listener interface for receiving movie events.
The class that is interested in processing movie events
implements this interface (and all the methods it contains)
or extends the abstract MovieAdapter
class (overriding
only the methods of interest). The listener object created from that
class is then registered with the player, using the player's
addMovieListener
method.
Method Summary | |
---|---|
void |
movieLoaded(MovieEvent e)
Invoked after a movie was loaded. |
void |
moviePaused(MovieEvent e)
Invoked after a movie was paused. |
void |
movieStarted(MovieEvent e)
Invoked after a movie was started. |
void |
movieStopped(MovieEvent e)
Invoked after a movie stopped playing. |
Method Detail |
---|
void movieLoaded(MovieEvent e)
e
- the event, containing information
about the originating component (the player) and
the movie loadedvoid movieStarted(MovieEvent e)
e
- the event, containing information
about the originating component (the player) and
the movie which was startedvoid movieStopped(MovieEvent e)
e
- the event, containing information
about the originating component (the player) and
the movie which stopped playingvoid moviePaused(MovieEvent e)
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 |