Java TV(tm) API 1.0

javax.tv.service.selection
Interface ServiceContextListener

All Superinterfaces:
java.util.EventListener

public interface ServiceContextListener
extends java.util.EventListener

The ServiceContextListener interface is implemented by applications wishing to receive events related to service contexts.

See Also:
ServiceContext

Method Summary
 void receiveServiceContextEvent(ServiceContextEvent e)
          Notifies the ServiceContextListener of an event generated by a ServiceContext.
 

Method Detail

receiveServiceContextEvent

public void receiveServiceContextEvent(ServiceContextEvent e)
Notifies the ServiceContextListener of an event generated by a ServiceContext.
Parameters:
e - The generated event.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.