Uses of Interface
org.sakaiproject.component.api.ServerConfigurationService.ConfigurationListener
-
Packages that use ServerConfigurationService.ConfigurationListener Package Description org.sakaiproject.component.api -
-
Uses of ServerConfigurationService.ConfigurationListener in org.sakaiproject.component.api
Methods in org.sakaiproject.component.api with parameters of type ServerConfigurationService.ConfigurationListener Modifier and Type Method Description voidServerConfigurationService. registerListener(ServerConfigurationService.ConfigurationListener configurationListener)Register a listener which will be notified whenever there is a configuration setting change, there is no need to unregister a listener as all listener references will be held weakly (if there are no more variables which reference the listener then it will be GCed and removed from the list of listeners) Registering the sameServerConfigurationService.ConfigurationListenerobject multiple times has no effect
-