Uses of Interface
org.dvb.spi.si.simple.SimpleSIProviderListener

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

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

Methods in org.dvb.spi.si.simple with parameters of type SimpleSIProviderListener
 void SimpleSIProvider.registerListener(SimpleSIProviderListener l)
          Called by the platform in order to obtain events from this provider.
 void SimpleSIProvider.unregisterListener(SimpleSIProviderListener l)
          Called by the platform when it no longer wishes to receive events from this provider.