mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
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:
parent
4218c197f7
commit
8101b21c71
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue