JmDNS 3.4.1

javax.jmdns
Interface ServiceTypeListener

All Superinterfaces:
EventListener

public interface ServiceTypeListener
extends EventListener

Listener for service types.

Author:
Arthur van Hoff, Werner Randelshofer

Method Summary
 void serviceTypeAdded(ServiceEvent event)
          A new service type was discovered.
 void subTypeForServiceTypeAdded(ServiceEvent event)
          A new subtype for the service type was discovered.
 

Method Detail

serviceTypeAdded

void serviceTypeAdded(ServiceEvent event)
A new service type was discovered.

Parameters:
event - The service event providing the fully qualified type of the service.

subTypeForServiceTypeAdded

void subTypeForServiceTypeAdded(ServiceEvent event)
A new subtype for the service type was discovered.
 <sub>._sub.<app>.<protocol>.<servicedomain>.<parentdomain>.
 

Parameters:
event - The service event providing the fully qualified type of the service with subtype.
Since:
3.2.0

Last updated 2011-08-25 12:40

Copyright © 2002-2011 JmDNS. All Rights Reserved.