org.dvb.tvanytime.metadata
Interface CapabilityDescriptionsListener


public interface CapabilityDescriptionsListener

An interface allowing applications to determine the capabilities of an IPDatabase.


Method Summary
 void postCapabilityDescriptions(IPDatabase database, Element description)
          This method is called to report the capabilities of an IPDatabase.
 void postRequestFailed()
          This method is called to report that an attempt to request the Capability Descriptions from an IPDatabase has failed.
 

Method Detail

postCapabilityDescriptions

void postCapabilityDescriptions(IPDatabase database,
                                Element description)
This method is called to report the capabilities of an IPDatabase.

Parameters:
database - the IPDatabase for which the capability descriptions were requested
description - an instance of Element describing the capabilities of the IPDatabase

postRequestFailed

void postRequestFailed()
This method is called to report that an attempt to request the Capability Descriptions from an IPDatabase has failed.