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

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

public class SkypeChatCallable
extends Object
implements hudson.remoting.Callable<ChatMessage,SkypeIMException>

Author:
jbh
See Also:
Serialized Form

Field Summary
protected  String message
           
 
Constructor Summary
SkypeChatCallable(String[] names, String msg)
           
 
Method Summary
 ChatMessage call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected String message
Constructor Detail

SkypeChatCallable

public SkypeChatCallable(String[] names,
                         String msg)
Method Detail

call

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


Copyright © 2004-2011. All Rights Reserved.