public static interface

DeviceDescriptionRequest.Callbacks

org.ocast.discovery.DeviceDescriptionRequest.Callbacks

Class Overview

Defines an object that will notify a DeviceDescriptipnRequest result

Summary

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

Public Methods

public abstract void onDeviceDescription (URI location, DialDevice dd)

called when a device description has been fetched

Parameters
location the location URL that has been fetched
dd the corresponding DialDevice

public abstract void onError (URI location)

called when a location could not be fetched

Parameters
location the location URL that could not be fetched