Package org.dvb.spi.si.simple

This package defines interfaces for providing service information, as accessed by SIManager.

See:
          Description

Interface Summary
ProgramDescription Encapsulates the description of a program.
ScheduleDescription Encapsulates the description of a schedule for a service (sometimes colloquially known as a "TV channel").
SimpleSIProvider This interface describes a source of information about the schedules and program events in a broadcast channel.
SimpleSIProviderListener An instance of this class is given to a SimpleSIProvider when registered so that the provider can notify the platform of events that happen.
 

Class Summary
ProgramReference This class represents a reference to a program within a service that is accessed using a SelectionProvider.
ProgramReferenceWithTimes Wraps a program reference with its start and end times.
 

Package org.dvb.spi.si.simple Description

This package defines interfaces for providing service information, as accessed by SIManager. This package defines a system-bound provider. As a system-bound provider, only one provider needs to be registered with the GEM terminal, and this one provider services multiple xlets. It provides the minimal SI believed to be adequate to support service-bound xlets that rely on the standard Java TV SI access mechanisms.