Class AvatarChangeEvent

    • Method Detail

      • getAvatar

        public final byte[] getAvatar()
        Gets the avatar image data.
        Returns:
        The avatar.
      • getAvatarImage

        public final BufferedImage getAvatarImage()
        Gets the avatar image, or null if there is none.
        Returns:
        The avatar image.
      • getContact

        public final Jid getContact()
        Gets the bare JID of the contact who's associated with the avatar, i.e. who changed his or her avatar.
        Returns:
        The contact.