All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.media.content.text.plain.JMFTickerTape

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ejmf.toolkit.gui.tickertape.TickerTape
                                   |
                                   +----ejmf.toolkit.media.content.text.plain.JMFTickerTape

public class JMFTickerTape
extends TickerTape
This class allows a sparation between JMF and the TickerTape class. When the media has completed, an EndOfMediaEvent will be posted by the given Handler.


Constructor Index

 o JMFTickerTape(Handler)
Construct a JMFTickerTape with the given Handler.

Method Index

 o run()
Calls super.run() and then calls player.endOfMedia().

Constructors

 o JMFTickerTape
 public JMFTickerTape(Handler player)
Construct a JMFTickerTape with the given Handler. When the media has completed, an EndOfMediaEvent will be posted by this Handler.

Methods

 o run
 public void run()
Calls super.run() and then calls player.endOfMedia(). If the thread is stopped, player.endOfMedia() will not be called.

Overrides:
run in class TickerTape

All Packages  Class Hierarchy  This Package  Previous  Next  Index