|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MsnContactListEventListener
Contactlist modification listener receives events for successful changing
| 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 |
|---|
void messageDelivered(int transactionID)
transactionID - int the transaction that send the messagevoid messageDeliveredFailed(int transactionID)
transactionID - int the transaction that send the messagevoid groupRenamed(net.sf.jml.MsnGroup group)
group - MsnGroup the renamed group with the new namevoid loggingFromOtherLocation()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||