forked from Coded/SIPRP
devel cursos
git-svn-id: https://svn.coded.pt/svn/SIPRP@1374 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
06da5a7665
commit
fe1675b26c
Binary file not shown.
Binary file not shown.
@ -1,22 +0,0 @@
|
|||||||
/*
|
|
||||||
* Update.java
|
|
||||||
*
|
|
||||||
* Created on 26 de Setembro de 2006, 12:13
|
|
||||||
*
|
|
||||||
* To change this template, choose Tools | Template Manager
|
|
||||||
* and open the template in the editor.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package siprp.update;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @author fpalma
|
|
||||||
*/
|
|
||||||
public interface Update
|
|
||||||
{
|
|
||||||
public double getStartVersion();
|
|
||||||
public double getEndVersion();
|
|
||||||
public String[] listChanges();
|
|
||||||
public void doUpdate() throws Exception;
|
|
||||||
}
|
|
||||||
Loading…
Reference in new issue