public interface UPnPManagedDeviceListener extends EventListener
UPnPClientDeviceListener| Modifier and Type | Method and Description |
|---|---|
void |
notifyDeviceAdded(UPnPManagedDevice device)
Notifies the listener that a
UPnPManagedDevice
is about to be added to the home network by the local host. |
void |
notifyDeviceRemoved(UPnPManagedDevice device)
Notifies the listener that a UPnPManagedDevice on the local
host has been removed from the home network.
|
void notifyDeviceAdded(UPnPManagedDevice device)
UPnPManagedDevice
is about to be added to the home network by the local host.
This listener method is called in response to the
UPnPManagedDevice.sendAlive() method, and prior
to the device being advertised on the home network. This
allows an application to prepare for the
advertisement of the new device, at a point where it can
modify the device prior to the advertisement taking place.device - The UPnPManagedDevice that is
about to be added.void notifyDeviceRemoved(UPnPManagedDevice device)
device - The UPnPManagedDevice that was
removed.Copyright © 2012. All Rights Reserved.