Added a Config page. Currently unreachable.

This commit is contained in:
Ziver Koc 2015-07-27 15:10:11 +00:00
parent b115a9cb4f
commit ee19d84434
11 changed files with 157 additions and 27 deletions

View file

@ -6,6 +6,7 @@ import java.sql.SQLException;
import zutil.db.DBConnection;
public interface WAServiceConfig {
public String getName();
public void read() throws SQLException;
public void save() throws IOException;
}