| org.ocast.discovery.DeviceDescriptionRequest.Callbacks |
Defines an object that will notify a DeviceDescriptipnRequest result
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onDeviceDescription(URI location, DialDevice dd)
called when a device description has been fetched
| ||||||||||
| abstract void |
onError(URI location)
called when a location could not be fetched
| ||||||||||
called when a device description has been fetched
| location | the location URL that has been fetched |
|---|---|
| dd | the corresponding DialDevice
|
called when a location could not be fetched
| location | the location URL that could not be fetched |
|---|