KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > tv > service > transport > BouquetChangeEvent

javax.tv.service.transport
Class BouquetChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.tv.service.SIChangeEvent
              |
              +--javax.tv.service.transport.TransportSIChangeEvent
                    |
                    +--javax.tv.service.transport.BouquetChangeEvent
All Implemented Interfaces:
java.io.Serializable
See Also:
BouquetCollection, Bouquet

public BouquetChangeEvent(BouquetCollection collection,
                          SIChangeType type,
                          Bouquet b)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Bouquet getBouquet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BouquetCollection getBouquetCollection()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags