com.apple.dnssd
Interface BaseListener

All Known Subinterfaces:
BrowseListener, DomainListener, QueryListener, RegisterListener, RegisterRecordListener, ResolveListener

public interface BaseListener

A base class for DNSSD listeners.


Method Summary
 void operationFailed(DNSSDService service, int errorCode)
          Called to report DNSSD operation failures.
 

Method Detail

operationFailed

void operationFailed(DNSSDService service,
                     int errorCode)
Called to report DNSSD operation failures.

Parameters:
service - The service that encountered the failure.

errorCode - Indicates the failure that occurred. See DNSSDException for error codes.