KickJava   Java API By Example, From Geeks To Geeks.

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

javax.tv.service.transport
Class NetworkChangeEvent

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

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


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


public NetworkChangeEvent(NetworkCollection collection,
                          SIChangeType type,
                          Network n)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags