Uses of Class
com.twelvemonkeys.util.service.ServiceRegistry
Packages that use ServiceRegistry
-
Uses of ServiceRegistry in com.twelvemonkeys.util.service
Methods in com.twelvemonkeys.util.service with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidRegisterableService.onDeregistration(ServiceRegistry pRegistry, Class pCategory) Called right after this service provider object is removed from the given category of the givenServiceRegistry.voidRegisterableService.onRegistration(ServiceRegistry pRegistry, Class pCategory) Called right after this service provider object is added to the given category of the givenServiceRegistry.