|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MovieListener
Movie listener interface.
Nested Class Summary | |
---|---|
static class |
MovieListener.Adapter
Adapts the MovieListener interface. |
Method Summary | |
---|---|
void |
currentFrameChanged(Movie movie,
int previousFrame)
Called when the movie's current frame changed. |
void |
loopingChanged(Movie movie)
Called when the movie's looping property changed. |
void |
movieStarted(Movie movie)
Called when the movie begins playing. |
void |
movieStopped(Movie movie)
Called when the movie stops playing. |
void |
regionUpdated(Movie movie,
int x,
int y,
int width,
int height)
Called when a region within a movie needs to be repainted. |
void |
sizeChanged(Movie movie,
int previousWidth,
int previousHeight)
Called when a movie's size has changed. |
Method Detail |
---|
void sizeChanged(Movie movie, int previousWidth, int previousHeight)
movie
- previousWidth
- previousHeight
- void currentFrameChanged(Movie movie, int previousFrame)
movie
- previousFrame
- void loopingChanged(Movie movie)
movie
- void movieStarted(Movie movie)
movie
- void movieStopped(Movie movie)
movie
- void regionUpdated(Movie movie, int x, int y, int width, int height)
movie
- x
- y
- width
- height
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |