Uses of Class
com.skype.Chat

Packages that use Chat
com.skype <#if locale="ja"> <#else> Provides the classes for Skype API  
hudson.plugins.skype.im.transport   
 

Uses of Chat in com.skype
 

Methods in com.skype that return Chat
 Chat User.chat()
          Start a chat to this User.
static Chat SkypeImpl.chat(String skypeId)
          Start a chat with a single Skype user.
static Chat SkypeImpl.chat(String[] skypeIds)
          Start a chat with multiple Skype users.
static Chat[] SkypeImpl.getAllActiveChats()
          Gets the all chats which are open in the windows.
static Chat[] SkypeImpl.getAllBookmarkedChats()
          Gets the all bookmarked chats.
static Chat[] SkypeImpl.getAllChats()
          Gets the all chats.
static Chat[] SkypeImpl.getAllMissedChats()
          Gets the all chats which include unread messages
static Chat[] SkypeImpl.getAllRecentChats()
          Gets the all recent chats in the locally-cached history.
 Chat ChatMessage.getChat()
          Get the parent CHAT object for this CHATMESSAGE.
 

Uses of Chat in hudson.plugins.skype.im.transport
 

Constructors in hudson.plugins.skype.im.transport with parameters of type Chat
SkypeChat(Chat chat)
           
 



Copyright © 2004-2011. All Rights Reserved.