Don't allow BT contact connections during key agreement.

This commit is contained in:
akwizgran
2018-04-24 10:45:23 +01:00
parent 951605151f
commit 9efb6ab38f
11 changed files with 239 additions and 20 deletions
@@ -0,0 +1,9 @@
package org.briarproject.bramble.api.keyagreement.event;
import org.briarproject.bramble.api.event.Event;
/**
* An event that is broadcast when a BQP task stops listening.
*/
public class KeyAgreementStoppedListeningEvent extends Event {
}