Modifier and Type |
Method and Description |
void |
baselineChanged(Movie arg0,
int arg1) |
void |
currentFrameChanged(Movie arg0,
int arg1) |
CallableWithArgs<Void> |
getBaselineChanged() |
CallableWithArgs<Void> |
getCurrentFrameChanged() |
CallableWithArgs<Void> |
getLoopingChanged() |
CallableWithArgs<Void> |
getMovieStarted() |
CallableWithArgs<Void> |
getMovieStopped() |
CallableWithArgs<Void> |
getRegionUpdated() |
CallableWithArgs<Void> |
getSizeChanged() |
void |
loopingChanged(Movie arg0) |
void |
movieStarted(Movie arg0) |
void |
movieStopped(Movie arg0) |
void |
regionUpdated(Movie arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
void |
setBaselineChanged(CallableWithArgs<Void> baselineChanged) |
void |
setCurrentFrameChanged(CallableWithArgs<Void> currentFrameChanged) |
void |
setLoopingChanged(CallableWithArgs<Void> loopingChanged) |
void |
setMovieStarted(CallableWithArgs<Void> movieStarted) |
void |
setMovieStopped(CallableWithArgs<Void> movieStopped) |
void |
setRegionUpdated(CallableWithArgs<Void> regionUpdated) |
void |
setSizeChanged(CallableWithArgs<Void> sizeChanged) |
void |
sizeChanged(Movie arg0,
int arg1,
int arg2) |