com.web_visage.ircha.launcher
Class IChatServiceBotConnectThread

java.lang.Object
  extended by com.web_visage.ircha.launcher.IChatServiceBotConnectThread
All Implemented Interfaces:
java.lang.Runnable

public class IChatServiceBotConnectThread
extends java.lang.Object
implements java.lang.Runnable

Connects and try to keep our unperfect bot alive

Author:
K.Baturytski

Constructor Summary
IChatServiceBotConnectThread(IChatServiceBot aServiceBot)
          Constructor.
 
Method Summary
 void join()
          Waits for the thread to die
 void run()
           
 void start()
          Starts the thread.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IChatServiceBotConnectThread

public IChatServiceBotConnectThread(IChatServiceBot aServiceBot)
Constructor.

Parameters:
aServiceBot -
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()

start

public void start()
Starts the thread.


join

public void join()
          throws java.lang.InterruptedException
Waits for the thread to die

Throws:
java.lang.InterruptedException