public interface ServiceTypeListener
extends java.util.EventListener
| 限定符和类型 | 方法和说明 |
|---|---|
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.