]> git.argeo.org Git - gpl/argeo-slc.git/blob - deploy/DynamicRuntime.java
Prepare next development cycle
[gpl/argeo-slc.git] / deploy / DynamicRuntime.java
1 package org.argeo.slc.deploy;
2
3 public interface DynamicRuntime<M extends Module> extends
4 ModularDeployedSystem<M> {
5 public void shutdown();
6
7 }