Adding isReady()

This commit is contained in:
Dave
2015-01-05 23:10:40 +02:00
parent df651d96c9
commit 54ca67d27a
4 changed files with 18 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ public interface NoConfigInterface {
public boolean saveByteSets();
public void saveNoConfig();
public NoConfigInterface loadNoConfig() throws IOException;
public boolean isReady();
}