public interface UPnPClientDeviceListener extends EventListener
UPnPManagedDeviceListener| Modifier and Type | Method and Description |
|---|---|
void |
notifyDeviceAdded(UPnPClientDevice device)
Notifies the listener that a UPnP device was added to a home network.
|
void |
notifyDeviceRemoved(UPnPClientDevice device)
Notifies the listener that a UPnP device was removed from a
home network, or did not renew its advertisement prior to
expiration of the prior advertisement.
|
void notifyDeviceAdded(UPnPClientDevice device)
device - The UPnPDevice that was added.void notifyDeviceRemoved(UPnPClientDevice device)
device - The UPnPDevice that was removed.Copyright © 2013 CableLabs. All Rights Reserved.