Skype4java Onlinestauslistener
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.
精彩评论