org.dvb.spi.si.simple
Interface SimpleSIProviderListener


public interface 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.

See Also:
SimpleSIProvider.registerListener(SimpleSIProviderListener)

Method Summary
 void scheduleDescriptionAvailable(java.util.List serviceReferences)
          Called by providers when schedule information is available to offer that information to the terminal.
 

Method Detail

scheduleDescriptionAvailable

void scheduleDescriptionAvailable(java.util.List serviceReferences)
Called by providers when schedule information is available to offer that information to the terminal.

Parameters:
serviceReferences - A list of ServiceReference instances for which descriptions are available. This list instance must not change after this method is invoked.