Merge tag 'v2.3.28' into testing
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / init / RuntimeContext.java
diff --git a/org.argeo.init/src/org/argeo/init/RuntimeContext.java b/org.argeo.init/src/org/argeo/init/RuntimeContext.java
deleted file mode 100644 (file)
index d83f2ca..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.argeo.init;
-
-/** A runtime context with a life cycle. */
-public interface RuntimeContext extends Runnable {
-       /** Wait until this runtime context has closed. */
-       void waitForStop(long timeout) throws InterruptedException;
-
-       /** Close this runtime context. */
-       void close() throws Exception;
-}