开发者

Skype4java Onlinestauslistener

开发者 https://www.devze.com 2023-02-11 11:41 出处:网络
We are using skype4java plugin in our application to send the messages and calls through our application in java.

We are using skype4java plugin in our application to send the messages and calls through our application in java.

We are able to get the开发者_JAVA技巧 chatListener(......) to find, when msg send and when received.

Our requirement is we are get the status of the user when user change his state(offline,online,dad,..). I didnt find any listener for this in skype.

how we acheive this. please sugguest on this.

Thanks,

C.Govindarajulu


You may add a java.beans.PropertyChangeListener via com.skype.User.addPropertyChangeListener(PropertyChangeListener) for each instance of a User you are interested in receiving status events.

0

精彩评论

暂无评论...
验证码 换一张
取 消