Class 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: @see accept(Set entries), @see accept(String section), @see reject(Set entries) (+ various overloaded versions of these)