com.aelitis.net.upnp.impl
Interface SSDPIGDListener

All Known Implementing Classes:
UPnPImpl

public interface SSDPIGDListener


Method Summary
 void interfaceChanged(NetworkInterface network_interface)
           
 void rootAlive(String usn, URL location)
           
 void rootDiscovered(NetworkInterface network_interface, InetAddress local_address, String usn, URL location)
           
 void rootLost(InetAddress local_address, String usn)
           
 

Method Detail

rootDiscovered

void rootDiscovered(NetworkInterface network_interface,
                    InetAddress local_address,
                    String usn,
                    URL location)

rootAlive

void rootAlive(String usn,
               URL location)

rootLost

void rootLost(InetAddress local_address,
              String usn)

interfaceChanged

void interfaceChanged(NetworkInterface network_interface)