|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserCapsNodeListener
Represents a listener of events notifying about changes in the list of user caps nodes of EntityCapsManager.
| Method Summary | |
|---|---|
void |
userCapsNodeAdded(String user,
String node,
boolean online)
Notifies this listener that an EntityCapsManager has added a record for a specific user about the caps node the user has. |
void |
userCapsNodeRemoved(String user,
String node,
boolean online)
Notifies this listener that an EntityCapsManager has removed a record for a specific user about the caps node the user has. |
| Method Detail |
|---|
void userCapsNodeAdded(String user,
String node,
boolean online)
user - the user (full JID)node - the entity caps node#veronline - indicates if the user for which we're notified is online
void userCapsNodeRemoved(String user,
String node,
boolean online)
user - the user (full JID)node - the entity caps node#veronline - indicates if the user for which we're notified is online
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||