Package tigase.muc.modules
Class VCardModule.VCardChangedEvent
- java.lang.Object
-
- tigase.muc.modules.VCardModule.VCardChangedEvent
-
- Enclosing class:
- VCardModule
public static class VCardModule.VCardChangedEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description VCardChangedEvent()VCardChangedEvent(tigase.xmpp.jid.BareJID roomJID, String hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHash()tigase.xmpp.jid.BareJIDgetRoomJID()voidsetHash(String hash)voidsetRoomJID(tigase.xmpp.jid.BareJID roomJID)
-
-
-
Constructor Detail
-
VCardChangedEvent
public VCardChangedEvent()
-
VCardChangedEvent
public VCardChangedEvent(tigase.xmpp.jid.BareJID roomJID, String hash)
-
-