aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/core/PeerIdentityContinuation.java
blob: e29af453e7f68facc22979d95cee65b9a91dc622 (plain) (blame)
1
2
3
4
5
6
7
package org.gnunet.core;

import org.gnunet.util.PeerIdentity;

public interface PeerIdentityContinuation {
    public void cont(PeerIdentity peerIdentity);
}