|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.media.SubtitleAvailableEvent
Report that subtitles are available to be presented having been unavailable. This event is not generated on service selection or other forms of 'zapping'. Its generation is restricted to changes in the composition of the subtitle aspects of the same broadcast stream.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SubtitleAvailableEvent(java.lang.Object source)
Constructor. |
Method Summary | |
java.lang.Object |
getSource()
Return the JMF player which is the source of the event. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SubtitleAvailableEvent(java.lang.Object source)
source
- the source of the event. The platform shall always pass
in the JMF player presenting the subtitles.Method Detail |
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |