add java interface for LinphoneEvent

This commit is contained in:
Simon Morlat 2013-06-14 17:56:26 +02:00
parent c22a6688a9
commit 6f762ddba3
2 changed files with 15 additions and 1 deletions

View file

@ -69,10 +69,12 @@ import org.linphone.core.LinphoneCore.Transports;
import org.linphone.core.LinphoneCoreException;
import org.linphone.core.LinphoneCoreFactory;
import org.linphone.core.LinphoneCoreListener;
import org.linphone.core.LinphoneEvent;
import org.linphone.core.LinphoneFriend;
import org.linphone.core.LinphoneInfoMessage;
import org.linphone.core.LinphoneProxyConfig;
import org.linphone.core.PayloadType;
import org.linphone.core.SubscriptionState;
import org.linphone.mediastream.Log;
import org.linphone.mediastream.Version;
import org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper;
@ -1732,4 +1734,16 @@ public class LinphoneManager implements LinphoneCoreListener {
Log.d("Info received with body with mime type "+ct.getType()+"/"+ct.getSubtype()+" and data ["+ct.getDataAsString()+"]");
}
}
@Override
public void subscriptionStateChanged(LinphoneCore lc, LinphoneEvent ev,
SubscriptionState state) {
// TODO Auto-generated method stub
}
@Override
public void notifyReceived(LinphoneCore lc, LinphoneEvent ev,
String eventName, LinphoneContent content) {
// TODO Auto-generated method stub
}
}

@ -1 +1 @@
Subproject commit 5d3526a77888450e65c67c0ec2ccea6ccae7d5a0
Subproject commit 71c67a045b9124cc01025d405b913c30ab068804