/// <summary>
		/// Set the object that receives events for this TextChatListener.
		/// </summary>
		public virtual void setTextChatListener(TextChatListener textChatListener)
		{
			this.textChatListener = textChatListener;
		}
示例#2
0
 /// <summary>
 /// Set the object that receives events for this TextChatListener.
 /// </summary>
 public virtual void setTextChatListener(TextChatListener textChatListener)
 {
     this.textChatListener = textChatListener;
 }