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.navigation
Interface ServiceComponentChangeListener

All Superinterfaces:
java.util.EventListener, SIChangeListener

public interface ServiceComponentChangeListener
extends SIChangeListener

This interface is implemented by applications wishing to receive notification of changes to ServiceComponent data.


Method Summary
 void notifyChange(ServiceComponentChangeEvent event)
          Notifies the ServiceComponentChangeListener of a change to a ServiceComponent.
 

Method Detail

notifyChange

public void notifyChange(ServiceComponentChangeEvent event)
Notifies the ServiceComponentChangeListener of a change to a ServiceComponent.

Parameters:
event - A ServiceComponentChangeEvent describing what changed and how.

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.