org.ocap.hn.upnp.client
Interface UPnPClientDeviceIcon

All Superinterfaces:
UPnPAdvertisedDeviceIcon, UPnPDeviceIcon

public interface UPnPClientDeviceIcon
extends UPnPAdvertisedDeviceIcon

This interface is the client representation of a UPnP Device Icon.


Method Summary
 UPnPClientDevice getDevice()
          Gets the UPnP device that this icon is associated with.
 
Methods inherited from interface org.ocap.hn.upnp.common.UPnPAdvertisedDeviceIcon
getURL
 
Methods inherited from interface org.ocap.hn.upnp.common.UPnPDeviceIcon
getColorDepth, getHeight, getMimeType, getWidth
 

Method Detail

getDevice

UPnPClientDevice getDevice()
Gets the UPnP device that this icon is associated with.

Returns:
The device that this icon is associated with.


Copyright © 2011. All Rights Reserved.