Package | Description |
---|---|
com.twelvemonkeys.util.service |
Modifier and Type | Method and Description |
---|---|
void |
RegisterableService.onDeregistration(ServiceRegistry pRegistry,
Class pCategory)
Called right after this service provider object is removed
from the given category of the given
ServiceRegistry . |
void |
RegisterableService.onRegistration(ServiceRegistry pRegistry,
Class pCategory)
Called right after this service provider object is added to
the given category of the given
ServiceRegistry . |
Copyright © 2017. All rights reserved.