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.
-
JMFTickerTape(Handler)
- Construct a JMFTickerTape with the given Handler.
-
run()
- Calls super.run() and then calls player.endOfMedia().
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.
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