mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Basic connection window persistence.
This commit is contained in:
12
api/net/sf/briar/api/db/ConnectionWindow.java
Normal file
12
api/net/sf/briar/api/db/ConnectionWindow.java
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user