Package javax.jmdns
Interface ServiceTypeListener
- All Superinterfaces:
EventListener
Listener for service types.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serviceTypeAdded
(ServiceEvent event) A new service type was discovered.void
A new subtype for the service type was discovered.
-
Method Details
-
serviceTypeAdded
A new service type was discovered.- Parameters:
event
- The service event providing the fully qualified type of the service.
-
subTypeForServiceTypeAdded
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
-