]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.api.slc/src/org/argeo/api/slc/deploy/DeployedSystemManager.java
Prepare next development cycle
[gpl/argeo-slc.git] / org.argeo.api.slc / src / org / argeo / api / slc / deploy / DeployedSystemManager.java
1 package org.argeo.api.slc.deploy;
2
3 public interface DeployedSystemManager<T extends DeployedSystem> {
4 public void setDeployedSystem(T deployedSystem);
5 }