]> git.argeo.org Git - lgpl/argeo-commons.git/blob - init/RuntimeContext.java
Prepare next development cycle
[lgpl/argeo-commons.git] / init / RuntimeContext.java
1 package org.argeo.init;
2
3 public interface RuntimeContext extends Runnable {
4 void waitForStop(long timeout) throws InterruptedException;
5
6 void close() throws Exception;
7 }