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

@@ -14,7 +14,7 @@
package com.google.gerrit.httpd;
import com.google.gerrit.lifecycle.LifecycleListener;
import com.google.gerrit.extensions.events.LifecycleListener;
import com.google.inject.Provider;
import com.google.inject.ProvisionException;
import com.google.inject.Singleton;