mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
7 lines
159 B
Java
7 lines
159 B
Java
package org.briarproject.api.event;
|
|
|
|
/** An event that is broadcast when a BQP protocol completes. */
|
|
public class KeyAgreementStartedEvent extends Event {
|
|
|
|
}
|