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


Constructor Index

 o TimerPlayer()

Method Index

 o begin()
An abstract method that should be overridden to begin the playback of the media once the GUI layout has taken place.
 o controllerUpdate(ControllerEvent)
 o main(String[])

Constructors

 o TimerPlayer
 public TimerPlayer()

Methods

 o main
 public static void main(String args[])
 o 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
 o controllerUpdate
 public synchronized void controllerUpdate(ControllerEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index