コード例 #1
0
ファイル: ChatRoomQuery.java プロジェクト: vincentlao/jitsi
  /**
   * Cancels this <tt>ContactQuery</tt>.
   *
   * @see ContactQuery#cancel()
   */
  public void cancel() {
    clearListeners();

    super.cancel();
  }