public class CommentLinkProvider extends Object implements com.google.inject.Provider<List<CommentLinkInfo>>, GerritConfigListener
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> |
configUpdated(ConfigUpdatedEvent event) |
List<CommentLinkInfo> |
get() |
public List<CommentLinkInfo> get()
get
in interface javax.inject.Provider<List<CommentLinkInfo>>
public com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> configUpdated(ConfigUpdatedEvent event)
configUpdated
in interface GerritConfigListener