Added a bit of javadoc, explaining when the event is (not) fired.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11519 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
guus 2010-01-12 11:28:01 +00:00
parent 4218c197f7
commit 8101b21c71
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ public interface RosterListener {
* That will return the presence value for the user with the highest priority and
* availability.
*
* Note that this listener is triggered for presence (mode) changes only
* (e.g presence of types available and unavailable. Subscription-related
* presence packets will not cause this method to be called.
*
* @param presence the presence that changed.
* @see Roster#getPresence(String)
*/