Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

nsIDNSListener Interface Reference

import "nsIDNSListener.idl";

List of all members.


Detailed Description

nsIDNSListener


Public Member Functions

void onLookupComplete (in nsICancelable aRequest, in nsIDNSRecord aRecord, in nsresult aStatus)
 called when an asynchronous host lookup completes.


Member Function Documentation

void nsIDNSListener::onLookupComplete in nsICancelable  aRequest,
in nsIDNSRecord  aRecord,
in nsresult  aStatus
 

called when an asynchronous host lookup completes.

Parameters:
aRequest the value returned from asyncResolve.
aRecord the DNS record corresponding to the hostname that was resolved. this parameter is null if there was an error.
aStatus if the lookup failed, this parameter gives the reason.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 1 12:00:04 2008 for Mozilla ZAP by  doxygen 1.4.4