All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.examples.timerplayer.TimerPlayer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----com.sun.java.swing.JApplet
|
+----ejmf.toolkit.util.PlayerDriver
|
+----ejmf.examples.timerplayer.TimerPlayer
- public class TimerPlayer
- extends PlayerDriver
- implements ControllerListener
This example implements a media player and reports the
playing time of that player. Media time is reported
using a TimeDisplayControl
-
TimerPlayer()
-
-
begin()
- An abstract method that should be overridden to begin the
playback of the media once the GUI layout has taken place.
-
controllerUpdate(ControllerEvent)
-
-
main(String[])
-
TimerPlayer
public TimerPlayer()
main
public static void main(String args[])
begin
public void begin()
- An abstract method that should be overridden to begin the
playback of the media once the GUI layout has taken place.
- Overrides:
- begin in class PlayerDriver
controllerUpdate
public synchronized void controllerUpdate(ControllerEvent event)
All Packages Class Hierarchy This Package Previous Next Index