|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ServiceListener is the interface for listeners of service availability and removal.
| Method Summary | |
void |
serviceAdded(ServiceDirectory directory,
ServiceRef serviceRef)
This method is called when a new service has been added. |
void |
serviceRemoved(ServiceDirectory directory,
java.lang.String type,
java.lang.String name)
This method is called when a service has been removed. |
| Method Detail |
public void serviceAdded(ServiceDirectory directory,
ServiceRef serviceRef)
directory - identifies the directory sending this notificationserviceRef - The service reference of service provided.
public void serviceRemoved(ServiceDirectory directory,
java.lang.String type,
java.lang.String name)
directory - identifies the directory sending this notificationtype - The type of the removed service.name - The name of the removed service.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||