Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.msn
Interface MsnContactListEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
EventAdapter

public interface MsnContactListEventListener
extends EventListener

Contactlist modification listener receives events for successful changing

Author:
Damian Minkov

Method Summary
 void groupRenamed(net.sf.jml.MsnGroup group)
          Indicates that a group is successfully renamed
 void loggingFromOtherLocation()
          Indicates that we are logged out because account logged in from other location
 void messageDelivered(int transactionID)
          Message is successfully delivered
 void messageDeliveredFailed(int transactionID)
          Message is not delivered
 

Method Detail

messageDelivered

void messageDelivered(int transactionID)
Message is successfully delivered

Parameters:
transactionID - int the transaction that send the message

messageDeliveredFailed

void messageDeliveredFailed(int transactionID)
Message is not delivered

Parameters:
transactionID - int the transaction that send the message

groupRenamed

void groupRenamed(net.sf.jml.MsnGroup group)
Indicates that a group is successfully renamed

Parameters:
group - MsnGroup the renamed group with the new name

loggingFromOtherLocation

void loggingFromOtherLocation()
Indicates that we are logged out because account logged in from other location


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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