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.
notifyChange
public void notifyChange(ServiceComponentChangeEvent event)
- Notifies the
ServiceComponentChangeListener
of a
change to a ServiceComponent
.
- Parameters:
event
- A ServiceComponentChangeEvent
describing what changed and how.
Copyright © 1998 - 2000 Sun Microsystems, Inc.