add P2PNetworkReadyListener

This commit is contained in:
Manfred Karrer 2015-11-09 14:20:52 +01:00
parent 13399057f7
commit 0f87eb99cc
17 changed files with 103 additions and 125 deletions

View file

@ -220,7 +220,7 @@ class MainViewModel implements ViewModel {
}
@Override
public void onAuthenticated() {
public void onFirstPeerAuthenticated() {
p2pNetworkInfoFooter.set("Authenticated in P2P network.");
}