Uses of Class
javax.tv.service.selection.ServiceContextEvent

Packages that use ServiceContextEvent
javax.tv.service.selection   
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
 

Uses of ServiceContextEvent in javax.tv.service.selection
 

Subclasses of ServiceContextEvent in javax.tv.service.selection
 class AlternativeContentEvent
          AlternativeContentEvent is generated to indicate that "alternative" content is being presented during the presentation of a service.
 class NormalContentEvent
          NormalContentEvent is generated to indicate that the normal content of a service is being presented.
 class PresentationChangedEvent
          PresentationChangedEvent indicates that the content being presented in the ServiceContext has changed.
 class PresentationTerminatedEvent
          PresentationTerminatedEvent is generated when the presentation of a service terminates.
 class SelectionFailedEvent
          SelectionFailedEvent is generated when a service selection operation fails.
 class ServiceContextDestroyedEvent
          ServiceContextDestroyedEvent is generated when a ServiceContext is destroyed via its destroy() method.
 

Methods in javax.tv.service.selection with parameters of type ServiceContextEvent
 void ServiceContextListener.receiveServiceContextEvent(ServiceContextEvent e)
          Notifies the ServiceContextListener of an event generated by a ServiceContext.
 

Uses of ServiceContextEvent in org.ocap.dvr
 

Subclasses of ServiceContextEvent in org.ocap.dvr
 class TimeShiftEvent
          The parent class for TimeShiftBuffer events.
 

Uses of ServiceContextEvent in org.ocap.service
 

Subclasses of ServiceContextEvent in org.ocap.service
 class AlternativeContentErrorEvent
          AlternativeContentErrorEvent is generated to indicate that "alternative" content is being presented due to an error that prevents the presentation of normal content as part of selection of a service and during presentation of that selected service.
 

Uses of ServiceContextEvent in org.ocap.shared.dvr
 

Subclasses of ServiceContextEvent in org.ocap.shared.dvr
 class RecordingTerminatedEvent
          An Event Notifying that recording has terminated for the ServiceContext.