Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip
Class OperationSetAvatarSipImpl

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar<ProtocolProviderServiceSipImpl>
      extended by net.java.sip.communicator.impl.protocol.sip.OperationSetAvatarSipImpl
All Implemented Interfaces:
OperationSet, OperationSetAvatar

public class OperationSetAvatarSipImpl
extends AbstractOperationSetAvatar<ProtocolProviderServiceSipImpl>

A simple implementation of the OperationSetAvatar interface for the jabber protocol.

Author:
Damian Minkov

Constructor Summary
OperationSetAvatarSipImpl(ProtocolProviderServiceSipImpl parentProvider, OperationSetServerStoredAccountInfo accountInfoOpSet)
          Constructs a new OperationSetAvatarSipImpl.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
addAvatarListener, fireAvatarChanged, getAvatar, getMaxHeight, getMaxSize, getMaxWidth, removeAvatarListener, setAvatar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSetAvatarSipImpl

public OperationSetAvatarSipImpl(ProtocolProviderServiceSipImpl parentProvider,
                                 OperationSetServerStoredAccountInfo accountInfoOpSet)
Constructs a new OperationSetAvatarSipImpl.

Parameters:
parentProvider - parent protocol provider service
accountInfoOpSet - account info operation set

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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