public interface ServiceListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
serviceAdded(ServiceEvent event)
A service has been added.
|
void |
serviceRemoved(ServiceEvent event)
A service has been removed.
|
void |
serviceResolved(ServiceEvent event)
A service has been resolved.
|
void serviceAdded(ServiceEvent event)
event
- The ServiceEvent providing the name and fully qualified type
of the service.void serviceRemoved(ServiceEvent event)
event
- The ServiceEvent providing the name and fully qualified type
of the service.void serviceResolved(ServiceEvent event)
event
- The ServiceEvent providing the name, the fully qualified
type of the service, and the service info record, or null if the service
could not be resolved.Copyright © 2005-2017. All Rights Reserved.