2014-04-11 19:13:09 +00:00
|
|
|
package eu.siacs.conversations.xmpp.jingle;
|
|
|
|
|
|
|
|
public interface OnPrimaryCandidateFound {
|
2014-08-31 14:28:21 +00:00
|
|
|
public void onPrimaryCandidateFound(boolean success,
|
|
|
|
JingleCandidate canditate);
|
2014-04-11 19:13:09 +00:00
|
|
|
}
|