|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.media.SubtitleNotSelectedEvent
Report that subtitles are not now selected. Even if subtitles are
available in the network, they will not be presented.
This event is generated when the combination of
end user control of subtitles through the navigator and application control of
subtitles through SubtitlingLanguageControl.setSubtitling
changes
whether subtitles are to be presented if they are available. It is not generated
for changes in the underlying availability of subtitles even if those cause
changes in whether subtitles are presented or not.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SubtitleNotSelectedEvent(java.lang.Object source)
Constructor |
Method Summary | |
java.lang.Object |
getSource()
Return 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 SubtitleNotSelectedEvent(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 |