Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface AvatarListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AccountStatusPanel

public interface AvatarListener
extends EventListener

The listener interface for receiving geolocation events. The class that is interested in processing a avatar event implements this interface, and the object created with that class is registered with the avatar operation set, using its addAvatarListener method. When a avatar event occurs, that object's avatarChanged method is invoked.

Author:
Damien Roth
See Also:
AvatarEvent

Method Summary
 void avatarChanged(AvatarEvent event)
          Called whenever a new avatar is defined for one of the protocols that we have subscribed for.
 

Method Detail

avatarChanged

void avatarChanged(AvatarEvent event)
Called whenever a new avatar is defined for one of the protocols that we have subscribed for.

Parameters:
event - the event containing the new image

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.