Improved method comment.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2438 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2004-12-26 21:59:59 +00:00 committed by gaston
parent d2187b7374
commit 46db59cdbc
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ package org.jivesoftware.smackx.muc;
public interface ParticipantStatusListener {
/**
* Called when a new room occupant has joined the room.
* Called when a new room occupant has joined the room. Note: Take in consideration that when
* you join a room you will receive the list of current occupants in the room. This message will
* be sent for each occupant.
*
* @param participant the participant that has just joined the room
* (e.g. room@conference.jabber.org/nick).