Basic connection window persistence.

This commit is contained in:
akwizgran
2011-08-11 12:56:21 +01:00
parent 3e913118f2
commit d5d03192e3
6 changed files with 223 additions and 42 deletions

View File

@@ -0,0 +1,12 @@
package net.sf.briar.api.db;
public interface ConnectionWindow {
long getCentre();
void setCentre(long centre);
int getBitmap();
void setBitmap(int bitmap);
}