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