com.aelitis.azureus.core.devices.impl
Class DeviceImpl.browseLocationImpl

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.DeviceImpl.browseLocationImpl
All Implemented Interfaces:
Device.browseLocation
Enclosing class:
DeviceImpl

protected static class DeviceImpl.browseLocationImpl
extends java.lang.Object
implements Device.browseLocation


Constructor Summary
protected DeviceImpl.browseLocationImpl(java.lang.String _name, java.net.URL _url)
           
 
Method Summary
 java.lang.String getName()
           
 java.net.URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceImpl.browseLocationImpl

protected DeviceImpl.browseLocationImpl(java.lang.String _name,
                                        java.net.URL _url)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Device.browseLocation

getURL

public java.net.URL getURL()
Specified by:
getURL in interface Device.browseLocation