public class CommentLinkProvider extends java.lang.Object implements com.google.inject.Provider<java.util.List<CommentLinkInfo>>, GerritConfigListener
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigUpdatedEvent.Update> |
configUpdated(ConfigUpdatedEvent event) |
java.util.List<CommentLinkInfo> |
get() |
public java.util.List<CommentLinkInfo> get()
get
in interface javax.inject.Provider<java.util.List<CommentLinkInfo>>
public java.util.List<ConfigUpdatedEvent.Update> configUpdated(ConfigUpdatedEvent event)
configUpdated
in interface GerritConfigListener