javax.tv.service.selection
Interface ServiceContextListener
- All Superinterfaces:
- EventListener
public interface ServiceContextListener
- extends EventListener
The ServiceContextListener interface is implemented by
applications wishing to receive events related to service contexts.
- See Also:
ServiceContext
receiveServiceContextEvent
void receiveServiceContextEvent(ServiceContextEvent e)
- Notifies the
ServiceContextListener of an event
generated by a ServiceContext.
- Parameters:
e - The generated event.
Copyright © 2011. All Rights Reserved.