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
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)
Copyright © 1998 - 2000 Sun Microsystems, Inc.