public interface QBParticipantListener
| Modifier and Type | Method and Description |
|---|---|
void |
processPresence(QBGroupChat groupChat,
QBPresence presence)
Process the next presence sent to this listener.
|
void processPresence(QBGroupChat groupChat, QBPresence presence)
groupChat - The chat context.presence - The presence of the user.