Export LifecycleListener in the extension API

Extensions may need to know when they are starting or stopping.
Export the interface that they can use to learn this information.

Change-Id: I45bb567aa76887844fbd82c8394ef117aa69c77c
This commit is contained in:
Shawn O. Pearce
2012-05-12 18:05:09 -07:00
parent e051cb8fd6
commit 020cd7adda
18 changed files with 21 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ package com.google.gerrit.sshd.commands;
import com.google.gerrit.common.Version;
import com.google.gerrit.common.data.GlobalCapability;
import com.google.gerrit.lifecycle.LifecycleListener;
import com.google.gerrit.extensions.events.LifecycleListener;
import com.google.gerrit.server.config.SitePath;
import com.google.gerrit.server.git.WorkQueue;
import com.google.gerrit.server.git.WorkQueue.Task;