|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegisterableService
An optional interface that may be implemented by service provider objects.
If this interface is implemented, the service provider objects will receive notification of registration and deregistration from theServiceRegistry.
ServiceRegistry| Method Summary | |
|---|---|
void |
onDeregistration(ServiceRegistry pRegistry,
Class pCategory)
Called right after this service provider object is removed from the given category of the given ServiceRegistry. |
void |
onRegistration(ServiceRegistry pRegistry,
Class pCategory)
Called right after this service provider object is added to the given category of the given ServiceRegistry. |
| Method Detail |
|---|
void onRegistration(ServiceRegistry pRegistry,
Class pCategory)
ServiceRegistry.
pRegistry - the ServiceRegistry this was added topCategory - the category this was added to
void onDeregistration(ServiceRegistry pRegistry,
Class pCategory)
ServiceRegistry.
pRegistry - the ServiceRegistry this was added topCategory - the category this was added to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||