Uses of Class
org.dvb.spi.si.simple.ProgramReference

Packages that use ProgramReference
org.dvb.spi.si.simple This package defines interfaces for providing service information, as accessed by SIManager. 
 

Uses of ProgramReference in org.dvb.spi.si.simple
 

Methods in org.dvb.spi.si.simple that return ProgramReference
 ProgramReference ProgramReferenceWithTimes.getProgramReference()
          Return the program reference as passed in to the constructor
 ProgramReference[] SimpleSIProvider.getProgramReferences(ServiceReference r)
          Called by the terminal to request program information from a provider for a given service.
 

Methods in org.dvb.spi.si.simple with parameters of type ProgramReference
 ProgramDescription[] SimpleSIProvider.getProgramDescriptions(ProgramReference[] programReferences, java.lang.String[] preferredLanguages)
          Called by a terminal to request program description information from a provider.
 

Constructors in org.dvb.spi.si.simple with parameters of type ProgramReference
ProgramReferenceWithTimes(ProgramReference r, java.util.Date start, java.util.Date end)
          Construct the program reference with times.