|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceListener
Listener for service updates.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |