mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Factored out code for creating private groups.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.briarproject.api.sync;
|
||||
|
||||
import org.briarproject.api.contact.Contact;
|
||||
|
||||
public interface PrivateGroupFactory {
|
||||
|
||||
/** Creates a group for the given client to share with the given contact. */
|
||||
Group createPrivateGroup(ClientId clientId, Contact contact);
|
||||
}
|
||||
Reference in New Issue
Block a user