mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Create two new events to signal enabling and disabling of transports
This commit is contained in:
@@ -100,11 +100,13 @@ public abstract class DuplexClientTest extends DuplexTest {
|
||||
|
||||
public void showMessage(String... message) {}
|
||||
|
||||
public void pollNow() {}
|
||||
|
||||
public void incomingConnectionCreated(DuplexTransportConnection d) {}
|
||||
|
||||
public void outgoingConnectionCreated(ContactId contactId,
|
||||
DuplexTransportConnection d) {}
|
||||
|
||||
public void transportEnabled() {}
|
||||
|
||||
public void transportDisabled() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user