public interface RegisterableService
If this interface is implemented, the service provider objects will receive
notification of registration and deregistration from the
ServiceRegistry.
ServiceRegistry| Modifier and Type | Method and Description |
|---|---|
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. |
void onRegistration(ServiceRegistry pRegistry, Class pCategory)
ServiceRegistry.pRegistry - the ServiceRegistry this was added topCategory - the category this was added tovoid onDeregistration(ServiceRegistry pRegistry, Class pCategory)
ServiceRegistry.pRegistry - the ServiceRegistry this was added topCategory - the category this was added toCopyright © 2024. All rights reserved.