EventListenerpublic interface ServiceTypeListener extends EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
serviceTypeAdded(ServiceEvent event) |
A new service type was discovered.
|
void |
subTypeForServiceTypeAdded(ServiceEvent event) |
A new subtype for the service type was discovered.
|
void serviceTypeAdded(ServiceEvent event)
event - The service event providing the fully qualified type of the service.void subTypeForServiceTypeAdded(ServiceEvent event)
<sub>._sub.<app>.<protocol>.<servicedomain>.<parentdomain>.
event - The service event providing the fully qualified type of the service with subtype.Copyright © 2002–2018 JmDNS. All rights reserved.