コード例 #1
0
 /**
  * Removes a change listener to the <tt>ChatRoomList</tt>.
  *
  * @param l the listener.
  */
 public void removeChatRoomListChangeListener(ChatRoomListChangeListener l) {
   chatRoomList.removeChatRoomListChangeListener(l);
 }