hudson.plugins.skype.im.transport.callables
Class SkypeGroupChatCallable

java.lang.Object
  extended by hudson.plugins.skype.im.transport.callables.SkypeChatCallable
      extended by hudson.plugins.skype.im.transport.callables.SkypeGroupChatCallable
All Implemented Interfaces:
hudson.remoting.Callable<ChatMessage,SkypeIMException>, Serializable

public class SkypeGroupChatCallable
extends SkypeChatCallable

Author:
jbh
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.plugins.skype.im.transport.callables.SkypeChatCallable
message
 
Constructor Summary
SkypeGroupChatCallable(String chatName, String msg)
           
 
Method Summary
 ChatMessage call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkypeGroupChatCallable

public SkypeGroupChatCallable(String chatName,
                              String msg)
Method Detail

call

public ChatMessage call()
                 throws SkypeIMException
Specified by:
call in interface hudson.remoting.Callable<ChatMessage,SkypeIMException>
Overrides:
call in class SkypeChatCallable
Throws:
SkypeIMException


Copyright © 2004-2011. All Rights Reserved.