Added a Config page. Currently unreachable.
This commit is contained in:
parent
b115a9cb4f
commit
ee19d84434
11 changed files with 157 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue