Java TV(tm) API 1.0

javax.tv.service.selection
Interface ServiceContentHandler

All Known Subinterfaces:
ServiceMediaHandler

public interface ServiceContentHandler

A ServiceContentHandler represents a mechanism for presenting, processing or playing portions of a service. A single ServiceContentHandler may handle one or more constituent parts of a service, as represented by one or more locators to those parts. Each locator reported by a ServiceContentHandler refers either to an individual service component or to content within a service component (such as an Xlet).

See Also:
ServiceMediaHandler

Method Summary
 Locator[] getServiceContentLocators()
          Reports the portions of the service on which this handler operates.
 

Method Detail

getServiceContentLocators

public Locator[] getServiceContentLocators()
Reports the portions of the service on which this handler operates.
Returns:
An array of locators representing the portions of the service on which this handler operates.
See Also:
ServiceContext.select(Locator[] components)

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.