public interface RegisterableService
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 © 2017. All Rights Reserved.