Uses of Interface
javax.tv.service.selection.ServiceContextListener

Packages that use ServiceContextListener
javax.tv.service.selection   
 

Uses of ServiceContextListener in javax.tv.service.selection
 

Methods in javax.tv.service.selection with parameters of type ServiceContextListener
 void ServiceContext.addListener(ServiceContextListener listener)
          Subscribes a listener to receive events related to this ServiceContext.
 void ServiceContext.removeListener(ServiceContextListener listener)
          Unsubscribes a listener from receiving events related to this ServiceContext.