Class ConfigUpdatedEvent

java.lang.Object
com.google.gerrit.server.config.ConfigUpdatedEvent

public class ConfigUpdatedEvent extends Object
This event is produced by GerritServerConfigReloader and forwarded to callers implementing GerritConfigListener.

The event intends to:

1. Help the callers figure out if any action should be taken, depending on which entries are updated in gerrit.config.

2. Provide the callers with a mechanism to accept/reject the entries of interest: accept(Set), accept(String), reject(Set) (+ various overloaded versions of these)