Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.