Uses of Class
com.skype.ChatMessage

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

Uses of ChatMessage in com.skype
 

Methods in com.skype that return ChatMessage
 ChatMessage[] User.getAllChatMessages()
          Search for all chatMessages to and from this User.
 ChatMessage[] Chat.getAllChatMessages()
          Return all messages posted in this CHAT.
 ChatMessage[] Chat.getRecentChatMessages()
          Get the most recent chatmessages for this CHAT.
 ChatMessage User.send(String message)
          Send this User a chatMessage.
 ChatMessage Chat.send(String message)
          Send a message to this CHAT.
 

Methods in com.skype with parameters of type ChatMessage
 void ChatMessageListener.chatMessageReceived(ChatMessage receivedChatMessage)
          This method is called when a ChatMessage is received.
 void ChatMessageAdapter.chatMessageReceived(ChatMessage receivedChatMessage)
          This method is called when a chatmessage is received.
 void ChatMessageListener.chatMessageSent(ChatMessage sentChatMessage)
          This method is called when a chat message is sent.
 void ChatMessageAdapter.chatMessageSent(ChatMessage sentChatMessage)
          This method is called when a chatmessage us sent.
 

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

Methods in hudson.plugins.skype.im.transport with parameters of type ChatMessage
 void SkypeMessageListenerAdapter.chatMessageReceived(ChatMessage receivedChatMessage)
           
 void SkypeMessageListenerAdapter.chatMessageSent(ChatMessage sentChatMessage)
           
 

Constructors in hudson.plugins.skype.im.transport with parameters of type ChatMessage
SkypeMessage(ChatMessage msg, boolean authorized)
           
 

Uses of ChatMessage in hudson.plugins.skype.im.transport.callables
 

Methods in hudson.plugins.skype.im.transport.callables that return ChatMessage
 ChatMessage SkypeGroupChatCallable.call()
           
 ChatMessage SkypeChatCallable.call()
           
 

Constructors in hudson.plugins.skype.im.transport.callables with parameters of type ChatMessage
BotCommandCallable(Chat chat, ChatMessage msg)
           
 



Copyright © 2004-2011. All Rights Reserved.