Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.msn
Class OperationSetAvatarMsnImpl

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

public class OperationSetAvatarMsnImpl
extends AbstractOperationSetAvatar<ProtocolProviderServiceMsnImpl>

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

Author:
Damian Minkov

Constructor Summary
OperationSetAvatarMsnImpl(ProtocolProviderServiceMsnImpl parentProvider, OperationSetServerStoredAccountInfo accountInfoOpSet)
           
 
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

OperationSetAvatarMsnImpl

public OperationSetAvatarMsnImpl(ProtocolProviderServiceMsnImpl parentProvider,
                                 OperationSetServerStoredAccountInfo accountInfoOpSet)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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