|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.tv.service.selection.ServiceContextEvent | +--javax.tv.service.selection.PresentationChangedEvent | +--javax.tv.service.selection.NormalContentEvent
NormalContentEvent
is generated to indicate that the
normal content of a service is being presented. This event will be
generated in two situations:
AlternativeContentEvent
) then that event will be
generated instead.
AlternativeContentEvent
, Serialized FormFields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NormalContentEvent(ServiceContext source)
Constructs the event. |
Methods inherited from class javax.tv.service.selection.ServiceContextEvent |
getServiceContext |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NormalContentEvent(ServiceContext source)
source
- The ServiceContext
that generated the
event.
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |