public static interface Room.RoomListener
| Modifier and Type | Method and Description |
|---|---|
void |
onChangeSubject(Room room,
String nick,
String newSubject,
Date changeDate) |
void |
onMessageToOccupants(Room room,
tigase.xmpp.JID from,
tigase.xml.Element[] contents) |
void |
onSetAffiliation(Room room,
tigase.xmpp.BareJID jid,
Affiliation newAffiliation) |
void onMessageToOccupants(Room room, tigase.xmpp.JID from, tigase.xml.Element[] contents)
void onSetAffiliation(Room room, tigase.xmpp.BareJID jid, Affiliation newAffiliation)
Copyright © 2007–2015 Tigase. All rights reserved.