public final class AvatarChangeEvent extends EventObject
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAvatar()
Gets the avatar image data.
|
BufferedImage |
getAvatarImage()
Gets the avatar image, or
null if there is none. |
rocks.xmpp.addr.Jid |
getContact()
Gets the bare JID of the contact who's associated with the avatar, i.e. who changed his or her avatar.
|
getSource, toStringpublic final byte[] getAvatar()
public final BufferedImage getAvatarImage()
null if there is none.public final rocks.xmpp.addr.Jid getContact()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.