|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.util.ListenerList<MovieListener>
org.apache.pivot.wtk.media.Movie.MovieListenerList
protected static class Movie.MovieListenerList
Movie listener list.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.media.MovieListener |
|---|
MovieListener.Adapter |
| Constructor Summary | |
|---|---|
protected |
Movie.MovieListenerList()
|
| Method Summary | |
|---|---|
void |
baselineChanged(Movie movie,
int previousBaseline)
Called when a movie's baseline has changed. |
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. |
| Methods inherited from class org.apache.pivot.util.ListenerList |
|---|
add, contains, get, getLength, isEmpty, iterator, remove, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Movie.MovieListenerList()
| Method Detail |
|---|
public void sizeChanged(Movie movie,
int previousWidth,
int previousHeight)
MovieListener
sizeChanged in interface MovieListener
public void baselineChanged(Movie movie,
int previousBaseline)
MovieListener
baselineChanged in interface MovieListener
public void currentFrameChanged(Movie movie,
int previousFrame)
MovieListener
currentFrameChanged in interface MovieListenerpublic void loopingChanged(Movie movie)
MovieListener
loopingChanged in interface MovieListenerpublic void movieStarted(Movie movie)
MovieListener
movieStarted in interface MovieListenerpublic void movieStopped(Movie movie)
MovieListener
movieStopped in interface MovieListener
public void regionUpdated(Movie movie,
int x,
int y,
int width,
int height)
MovieListener
regionUpdated in interface MovieListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||