javax.tv.service.selection
Class NormalContentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.tv.service.selection.ServiceContextEvent
          extended by javax.tv.service.selection.PresentationChangedEvent
              extended by javax.tv.service.selection.NormalContentEvent
All Implemented Interfaces:
Serializable

public class NormalContentEvent
extends PresentationChangedEvent

NormalContentEvent is generated to indicate that the normal content of a service is being presented. This event will be generated in two situations:

See Also:
AlternativeContentEvent, Serialized Form

Constructor Summary
NormalContentEvent(ServiceContext source)
          Constructs the event.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NormalContentEvent

public NormalContentEvent(ServiceContext source)
Constructs the event.

Parameters:
source - The ServiceContext that generated the event.