Java TV(tm) API 1.0

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

Packages that use ServiceContextEvent
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
 

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.
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.