Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere Java API 参考 » 用于客户端的 QAnywhere Java API » QAMessageListener2 接口

 

onMessage 方法

语法
void QAMessageListener2.onMessage(
  QAManagerBase mgr,
  QAMessage message
)
参数
  • mgr   接收消息的 QAManagerBase。

  • message   接收到的消息。

注释

只要收到消息,就调用此方法。

另请参见

QAManagerBase 接口