javax.tv.service.transport
Interface BouquetChangeListener

All Superinterfaces:
EventListener, SIChangeListener

public interface BouquetChangeListener
extends SIChangeListener

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


Method Summary
 void notifyChange(BouquetChangeEvent event)
          Notifies the BouquetChangeListener of a change to a Bouquet.
 

Method Detail

notifyChange

void notifyChange(BouquetChangeEvent event)
Notifies the BouquetChangeListener of a change to a Bouquet.

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


Copyright © 2011. All Rights Reserved.