javax.tv.service.transport
Interface BouquetChangeListener
- All Superinterfaces:
- java.util.EventListener, SIChangeListener
- public interface BouquetChangeListener
- extends SIChangeListener
This interface is implemented by applications wishing to receive
notification of changes to Bouquet
data.
notifyChange
public void notifyChange(BouquetChangeEvent event)
- Notifies the
BouquetChangeListener
of a
change to a Bouquet
.
- Parameters:
event
- A BouquetChangeEvent
describing what changed and how.
Copyright © 1998 - 2000 Sun Microsystems, Inc.