com.tencent.av.sdk
Class AVContext.StopContextCompleteCallback

java.lang.Object
  extended by com.tencent.av.sdk.AVContext.StopContextCompleteCallback
Enclosing class:
AVContext

public static class AVContext.StopContextCompleteCallback
extends java.lang.Object

stopContext()的回调接口,用来异步返回关闭结果。
此接口是和stopContext()一起使用的回调函数,用来异步返回执行结果。


Constructor Summary
AVContext.StopContextCompleteCallback()
          构造函数。
 
Method Summary
 void OnComplete()
          回调函数。表示异步执行完毕
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVContext.StopContextCompleteCallback

public AVContext.StopContextCompleteCallback()
构造函数。

Method Detail

OnComplete

public void OnComplete()
回调函数。表示异步执行完毕