Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.