de.muntjak.qtjplayer.event
Class MovieEvent
java.lang.Object
java.util.EventObject
de.muntjak.qtjplayer.event.MovieEvent
- All Implemented Interfaces:
- Serializable
public class MovieEvent
- extends EventObject
MovieEvent encapsulates an event source and a
quicktime.std.movies.Movie object.
- See Also:
- Serialized Form
Constructor Summary |
MovieEvent(Object source,
quicktime.std.movies.Movie movie)
Constructs a new MovieEvent. |
Method Summary |
quicktime.std.movies.Movie |
getMovie()
Returns the movie which was loaded, started,
paused or stopped. |
MovieEvent
public MovieEvent(Object source,
quicktime.std.movies.Movie movie)
- Constructs a new MovieEvent.
- Parameters:
source
- the event sourcemovie
- the movie which was loaded, started,
paused or stopped
getMovie
public quicktime.std.movies.Movie getMovie()
- Returns the movie which was loaded, started,
paused or stopped.
- Returns:
- the movie which was loaded, started,
paused or stopped