Java TV(tm) API 1.0

Uses of Interface
javax.tv.service.selection.ServiceContext

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

Uses of ServiceContext in javax.tv.service.selection
 

Methods in javax.tv.service.selection that return ServiceContext
 ServiceContext ServiceContextEvent.getServiceContext()
          Reports the ServiceContext that generated the event.
abstract  ServiceContext ServiceContextFactory.createServiceContext()
          Creates a ServiceContext object.
abstract  ServiceContext[] ServiceContextFactory.getServiceContexts()
          Provides the ServiceContext instances to which the caller of the method is permitted access.
abstract  ServiceContext ServiceContextFactory.getServiceContext(XletContext ctx)
          Reports the ServiceContext in which the Xlet corresponding to the specified XletContext is running.
 

Constructors in javax.tv.service.selection with parameters of type ServiceContext
ServiceContextEvent(ServiceContext source)
          Constructs the event.
PresentationChangedEvent(ServiceContext source)
          Constructs the event.
AlternativeContentEvent(ServiceContext source)
          Constructs the event.
PresentationTerminatedEvent(ServiceContext source, int reason)
          Constructs the event with a reason code.
SelectionFailedEvent(ServiceContext source, int reason)
          Constructs the event with a reason code.
ServiceContextDestroyedEvent(ServiceContext source)
          Constructs the event.
NormalContentEvent(ServiceContext source)
          Constructs the event.
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.